public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
From: Marek Lindner <lindner_marek@yahoo.de>
To: The list for a Better Approach To Mobile Ad-hoc Networking
	<b.a.t.m.a.n@lists.open-mesh.org>
Subject: Re: [B.A.T.M.A.N.] [PATCHv3 20/23] batman-adv: Prefix unicast non-static functions with batadv_
Date: Mon, 14 May 2012 16:38:03 +0800	[thread overview]
Message-ID: <201205141638.04203.lindner_marek@yahoo.de> (raw)
In-Reply-To: <1336781383-15649-20-git-send-email-sven@narfation.org>

On Saturday, May 12, 2012 08:09:40 Sven Eckelmann wrote:
> batman-adv can be compiled as part of the kernel instead of an module. In
> that case the linker will see all non-static symbols of batman-adv and all
> other non-static symbols of the kernel. This could lead to symbol
> collisions. A prefix for the batman-adv symbols that defines their private
> namespace avoids such a problem.
> 
> Reported-by: David Miller <davem@davemloft.net>
> Signed-off-by: Sven Eckelmann <sven@narfation.org>
> ---
>  distributed-arp-table.c |    6 +++---
>  originator.c            |    4 ++--
>  routing.c               |    9 +++++----
>  unicast.c               |   34 ++++++++++++++++++----------------
>  unicast.h               |   30 ++++++++++++++++--------------
>  5 files changed, 44 insertions(+), 39 deletions(-)

Applied in revision 6b8bdc6.

Thanks,
Marek

  reply	other threads:[~2012-05-14  8:38 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-12  0:09 [B.A.T.M.A.N.] [PATCHv3 01/23] batman-adv: Fix namespace for hash_set_lock_class Sven Eckelmann
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 02/23] batman-adv: Prefix bat_algo non-static functions with batadv_ Sven Eckelmann
2012-05-13 16:11   ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 03/23] batman-adv: Prefix bat_debugfs " Sven Eckelmann
2012-05-13 16:13   ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 04/23] batman-adv: Prefix bat_sysfs " Sven Eckelmann
2012-05-13 16:15   ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 05/23] batman-adv: Prefix bitarray " Sven Eckelmann
2012-05-13 16:19   ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 06/23] batman-adv: Prefix bridge_loop_avoidance " Sven Eckelmann
2012-05-12 11:38   ` [B.A.T.M.A.N.] [PATCHv4 " Sven Eckelmann
2012-05-13 16:24     ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 07/23] batman-adv: Prefix compat " Sven Eckelmann
2012-05-12  8:45   ` [B.A.T.M.A.N.] [PATCHv4 " Sven Eckelmann
2012-05-13 16:28     ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 08/23] batman-adv: Prefix distributed-arp-table " Sven Eckelmann
2012-05-13 16:33   ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 09/23] batman-adv: Prefix gateway-client " Sven Eckelmann
2012-05-13 16:40   ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 10/23] batman-adv: Prefix gateway-common " Sven Eckelmann
2012-05-13 16:44   ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 11/23] batman-adv: Prefix hard-interface " Sven Eckelmann
2012-05-14  8:05   ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 12/23] batman-adv: Prefix hash " Sven Eckelmann
2012-05-14  8:06   ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 13/23] batman-adv: Prefix icmp-socket " Sven Eckelmann
2012-05-14  8:07   ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 14/23] batman-adv: Prefix originator " Sven Eckelmann
2012-05-14  8:12   ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 15/23] batman-adv: Prefix ring_buffer " Sven Eckelmann
2012-05-14  8:13   ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 16/23] batman-adv: Prefix routing " Sven Eckelmann
2012-05-14  8:19   ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 17/23] batman-adv: Prefix send " Sven Eckelmann
2012-05-14  8:21   ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 18/23] batman-adv: Prefix soft-interface " Sven Eckelmann
2012-05-14  8:23   ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 19/23] batman-adv: Prefix translation-table " Sven Eckelmann
2012-05-14  8:34   ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 20/23] batman-adv: Prefix unicast " Sven Eckelmann
2012-05-14  8:38   ` Marek Lindner [this message]
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 21/23] batman-adv: Prefix vis " Sven Eckelmann
2012-05-14  8:44   ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 22/23] batman-adv: Prefix main " Sven Eckelmann
2012-05-14  8:53   ` Marek Lindner
2012-05-12  0:09 ` [B.A.T.M.A.N.] [PATCHv3 23/23] batman-adv: Reformat multiline to consistent style Sven Eckelmann
2012-05-14  9:05   ` Marek Lindner
2012-05-13 16:09 ` [B.A.T.M.A.N.] [PATCHv3 01/23] batman-adv: Fix namespace for hash_set_lock_class Marek Lindner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201205141638.04203.lindner_marek@yahoo.de \
    --to=lindner_marek@yahoo.de \
    --cc=b.a.t.m.a.n@lists.open-mesh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox