Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752851AbbBYHWg (ORCPT ); Wed, 25 Feb 2015 02:22:36 -0500 Received: from mail-wg0-f54.google.com ([74.125.82.54]:35310 "EHLO mail-wg0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752775AbbBYHWe (ORCPT ); Wed, 25 Feb 2015 02:22:34 -0500 Date: Wed, 25 Feb 2015 08:22:28 +0100 From: Ingo Molnar To: Toshi Kani Cc: hpa@zytor.com, tglx@linutronix.de, mingo@redhat.com, akpm@linux-foundation.org, arnd@arndb.de, linux-mm@kvack.org, linux-kernel@vger.kernel.org, jgross@suse.com, stefan.bader@canonical.com, luto@amacapital.net, hmh@hmh.eng.br, yigal@plexistor.com, konrad.wilk@oracle.com, Elliott@hp.com Subject: Re: [PATCH v8 7/7] x86, mm: Add set_memory_wt() for WT Message-ID: <20150225072228.GA13061@gmail.com> References: <1424823301-30927-1-git-send-email-toshi.kani@hp.com> <1424823301-30927-8-git-send-email-toshi.kani@hp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1424823301-30927-8-git-send-email-toshi.kani@hp.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 675 Lines: 22 * Toshi Kani wrote: > +int set_pages_array_wt(struct page **pages, int addrinarray) > +{ > + return _set_pages_array(pages, addrinarray, _PAGE_CACHE_MODE_WT); > +} > +EXPORT_SYMBOL(set_pages_array_wt); So by default we make new APIs EXPORT_SYMBOL_GPL(): we don't want proprietary modules mucking around with new code PAT interfaces, we only want modules we can analyze and fix in detail. Thanks, Ingo -- 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/