From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759068Ab0JFONQ convert rfc822-to-quoted-printable (ORCPT ); Wed, 6 Oct 2010 10:13:16 -0400 Received: from kroah.org ([198.145.64.141]:36083 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759052Ab0JFONO (ORCPT ); Wed, 6 Oct 2010 10:13:14 -0400 Date: Wed, 6 Oct 2010 07:03:43 -0700 From: Greg KH To: Pekka Enberg Cc: Nitin Gupta , Dave Hansen , Pekka Enberg , Minchan Kim , Andrew Morton , Linux Driver Project , linux-mm , linux-kernel Subject: Re: OOM panics with zram Message-ID: <20101006140343.GC19470@kroah.com> References: <1281374816-904-1-git-send-email-ngupta@vflare.org> <1284053081.7586.7910.camel@nimitz> <4CA8CE45.9040207@vflare.org> <20101005234300.GA14396@kroah.com> <4CABDF0E.3050400@vflare.org> <20101006023624.GA27685@kroah.com> <4CABFB6F.2070800@vflare.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by mail.home.local id o96EEd7r024437 On Wed, Oct 06, 2010 at 10:38:59AM +0300, Pekka Enberg wrote: > Hi, > > On Wed, Oct 6, 2010 at 7:30 AM, Nitin Gupta wrote: > > Deleting it from staging would not help much. Much more helpful would > > be to sync at least the mainline and linux-next version of the driver > > so it's easier to develop against these kernel trees.  Initially, I > > thought -staging means that any reviewed change can quickly make it > > to *both* linux-next and more importantly -staging in mainline. Working/ > > Testing against mainline is much smoother than against linux-next. > > We can't push the patches immediately to mainline because we need to > respect the merge window. You shouldn't need to rely on linux-next for > testing, though, but work directly against Greg's staging tree. Greg, > where's the official tree at, btw? The tree at > > http://kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ > > seems empty. Oops, I need to update the MAINTAINERS file, the proper place for the staging tree is now in git, at git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-next-2.6.git which feeds directly into the linux-next tree. hope this helps, greg k-h