From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752610AbdLEOlQ (ORCPT ); Tue, 5 Dec 2017 09:41:16 -0500 Received: from merlin.infradead.org ([205.233.59.134]:34200 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752179AbdLEOlN (ORCPT ); Tue, 5 Dec 2017 09:41:13 -0500 Date: Tue, 5 Dec 2017 15:41:04 +0100 From: Peter Zijlstra To: Hareesh Gundu Cc: Linus Torvalds , Steven Rostedt , Mel Gorman , efault@gmx.de, tglx@linutronix.de, linux-kernel@vger.kernel.org Subject: Re: [PATCH] lib/plist.c: Export plist_*() APIs Message-ID: <20171205144104.egber33dwpc6uo7c@hirez.programming.kicks-ass.net> References: <1512484543-24772-1-git-send-email-hareeshg@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1512484543-24772-1-git-send-email-hareeshg@codeaurora.org> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 05, 2017 at 08:05:43PM +0530, Hareesh Gundu wrote: > Allow plist_add(), plist_del() and plist_requeue() APIs to > be referenced by kernel modules by adding the EXPORT_SYMBOL(). No, not without also showing those modules.