[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4A3C4083.2080205@redhat.com>
Date: Fri, 19 Jun 2009 21:50:59 -0400
From: Rik van Riel <riel@...hat.com>
To: Dan Magenheimer <dan.magenheimer@...cle.com>
CC: linux-kernel@...r.kernel.org, xen-devel@...ts.xensource.com,
npiggin@...e.de, chris.mason@...cle.com, kurt.hackel@...cle.com,
dave.mccracken@...cle.com, Avi Kivity <avi@...hat.com>,
jeremy@...p.org, alan@...rguk.ukuu.org.uk,
Rusty Russell <rusty@...tcorp.com.au>,
Martin Schwidefsky <schwidefsky@...ibm.com>, akpm@...l.org,
Marcelo Tosatti <mtosatti@...hat.com>,
Balbir Singh <balbir@...ux.vnet.ibm.com>,
tmem-devel@....oracle.com, sunil.mushran@...cle.com,
linux-mm@...ck.org
Subject: Re: [RFC PATCH 1/4] tmem: infrastructure for tmem layer
Dan Magenheimer wrote:
> --- linux-2.6.30/mm/Makefile 2009-06-09 21:05:27.000000000 -0600
> +++ linux-2.6.30-tmem/mm/Makefile 2009-06-19 09:33:59.000000000 -0600
> @@ -16,6 +16,8 @@
> obj-$(CONFIG_PROC_PAGE_MONITOR) += pagewalk.o
> obj-$(CONFIG_BOUNCE) += bounce.o
> obj-$(CONFIG_SWAP) += page_io.o swap_state.o swapfile.o thrash.o
> +obj-$(CONFIG_PRESWAP) += preswap.o
> +obj-$(CONFIG_PRECACHE) += precache.o
This patch does not actually add preswap.c or precache.c,
so it would lead to an uncompilable changeset.
This in turn breaks git bisect.
Please make sure that every changeset that is applied results
in a compilable and bootable kernel.
--
All rights reversed.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists