lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 09 Apr 2010 07:02:12 +0200
From:	Eric Dumazet <eric.dumazet@...il.com>
To:	xiaosuo@...il.com
Cc:	Patrick McHardy <kaber@...sh.net>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	netfilter-devel@...r.kernel.org
Subject: Re: [PATCH 2/3] flex_array: export some symbols for
 nfnetlink_queue use

Le vendredi 09 avril 2010 à 12:09 +0800, Changli Gao a écrit :
> export some symbols for nfnetlink_queue use
> 
> export some symbols for nfnetlink_queue use.
> 
> Signed-off-by: Changli Gao <xiaosuo@...il.com>
> ----
> lib/Makefile | 4 ++--
> lib/flex_array.c | 5 +++++
> 2 files changed, 7 insertions(+), 2 deletions(-)
> 
> diff --git a/lib/Makefile b/lib/Makefile
> index 0a6ab6f..0700e74 100644
> --- a/lib/Makefile
> +++ b/lib/Makefile
> @@ -12,7 +12,7 @@ lib-y := ctype.o string.o vsprintf.o cmdline.o \
>  	 idr.o int_sqrt.o extable.o prio_tree.o \
>  	 sha1.o irq_regs.o reciprocal_div.o argv_split.o \
>  	 proportions.o prio_heap.o ratelimit.o show_mem.o \
> -	 is_single_threaded.o plist.o decompress.o flex_array.o
> +	 is_single_threaded.o plist.o decompress.o
>  

Hmm, could you instead add a lib-$(CONFIG_FLEX_ARRAY) += flex_array.o
instead ?

And do the necessary Kconfig changes as well.

You should CC people who where involved with flex_array :

scripts/get_maintainer.pl -f lib/flex_array.c

Andrew Morton <akpm@...ux-foundation.org>
David Rientjes <rientjes@...gle.com>
Dave Hansen <dave@...ux.vnet.ibm.com>
Jonathan Corbet <corbet@....net>
KAMEZAWA Hiroyuki <kamezawa.hiroyu@...fujitsu.com>

Thanks


--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ