Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933043Ab3EOUYP (ORCPT ); Wed, 15 May 2013 16:24:15 -0400 Received: from www.sr71.net ([198.145.64.142]:49368 "EHLO blackbird.sr71.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932992Ab3EOUYL (ORCPT ); Wed, 15 May 2013 16:24:11 -0400 Message-ID: <5193EEE7.80603@sr71.net> Date: Wed, 15 May 2013 13:24:07 -0700 From: Dave Hansen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130404 Thunderbird/17.0.5 MIME-Version: 1.0 To: Seth Jennings CC: Konrad Rzeszutek Wilk , Dan Magenheimer , Andrew Morton , Greg Kroah-Hartman , Nitin Gupta , Minchan Kim , Robert Jennings , Jenifer Hopper , Mel Gorman , Johannes Weiner , Rik van Riel , Larry Woodman , Benjamin Herrenschmidt , Joe Perches , Joonsoo Kim , Cody P Schafer , Hugh Dickens , Paul Mackerras , linux-mm@kvack.org, linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org Subject: Re: [PATCHv11 3/4] zswap: add to mm/ References: <1368448803-2089-1-git-send-email-sjenning@linux.vnet.ibm.com> <1368448803-2089-4-git-send-email-sjenning@linux.vnet.ibm.com> <15c5b1da-132a-4c9e-9f24-bc272d3865d5@default> <20130514163541.GC4024@medulla> <20130514225501.GA11956@cerebellum> <4d74f5db-11c1-4f58-97f4-8d96bbe601ac@default> <20130515185506.GA23342@phenom.dumpdata.com> <20130515200942.GA17724@cerebellum> In-Reply-To: <20130515200942.GA17724@cerebellum> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1221 Lines: 26 On 05/15/2013 01:09 PM, Seth Jennings wrote: > On Wed, May 15, 2013 at 02:55:06PM -0400, Konrad Rzeszutek Wilk wrote: >>> Sorry, but I don't think that's appropriate for a patch in the MM subsystem. >> >> Perhaps a compromise can be reached where this code is merged as a driver >> not a core mm component. There is a high bar to be in the MM - it has to >> work with many many different configurations. >> >> And drivers don't have such a high bar. They just need to work on a specific >> issue and that is it. If zswap ended up in say, drivers/mm that would make >> it more palpable I think. The issue is not whether it is a loadable module or a driver. Nobody here is stupid enough to say, "hey, now it's a driver/module, all of the complex VM interactions are finally fixed!" If folks don't want this in their system, there's a way to turn it off, today, with the sysfs tunables. We don't need _another_ way to turn it off at runtime (unloading the module/driver). -- 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/