From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752702Ab0IWE0g (ORCPT ); Thu, 23 Sep 2010 00:26:36 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:57804 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750785Ab0IWE0f (ORCPT ); Thu, 23 Sep 2010 00:26:35 -0400 Date: Wed, 22 Sep 2010 21:26:53 -0700 From: Andrew Morton To: Greg KH Cc: Valdis.Kletnieks@vt.edu, Anton Blanchard , linux-kernel@vger.kernel.org Subject: Re: mmotm 2010-09-22 - build error in drivers/staging/zram Message-Id: <20100922212653.6f55104c.akpm@linux-foundation.org> In-Reply-To: <20100923042134.GA29818@kroah.com> References: <201009222343.o8MNh9Mp023931@imap1.linux-foundation.org> <56264.1285212366@localhost> <20100922204305.2fdc5b66.akpm@linux-foundation.org> <20100923042134.GA29818@kroah.com> X-Mailer: Sylpheed 2.7.1 (GTK+ 2.18.9; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 22 Sep 2010 21:21:34 -0700 Greg KH wrote: > On Wed, Sep 22, 2010 at 08:43:05PM -0700, Andrew Morton wrote: > > On Wed, 22 Sep 2010 23:26:06 -0400 Valdis.Kletnieks@vt.edu wrote: > > > > > On Wed, 22 Sep 2010 16:12:09 PDT, akpm@linux-foundation.org said: > > > > The mm-of-the-moment snapshot 2010-09-22-16-11 has been uploaded to > > > > > > > > http://userweb.kernel.org/~akpm/mmotm/ > > > > > > Looks like zram-free-percpu-data-on-module-exit.patch has issues: > > > > > > CC [M] drivers/staging/zram/zram_drv.o > > > drivers/staging/zram/zram_drv.c: In function 'zram_reset_device': > > > drivers/staging/zram/zram_drv.c:500:2: error: incompatible type for argument 1 of 'free_percpu' > > > include/linux/percpu.h:153:13: note: expected 'void *' but argument is of type 'struct zram_stats' > > > make[3]: *** [drivers/staging/zram/zram_drv.o] Error 1 > > > > > > > bah. `make allmodconfig' enables CONFIG_STAGING_EXCLUDE_BUILD, so > > nothing under staging gets built. Seems rather dumb. > > That was done on purpose :) ooh, intentional dumbness! What was the reasoning?