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: gregkh@suse.de, b.a.t.m.a.n@lists.open-mesh.org
Cc: tklauser@distanz.ch, siwu@hrz.tu-chemnitz.de
Subject: Re: [B.A.T.M.A.N.] patch "staging: batman-adv: Use linux/etherdevice.h address helper functions" added to staging tree
Date: Wed, 10 Nov 2010 11:17:03 +0100	[thread overview]
Message-ID: <201011101117.03979.lindner_marek@yahoo.de> (raw)
In-Reply-To: <12893476522148@site>


Greg,

> The patch is only compile-tested.

[..]

> diff --git a/drivers/staging/batman-adv/main.c
> b/drivers/staging/batman-adv/main.c index 0587940..6ea6420 100644
> --- a/drivers/staging/batman-adv/main.c
> +++ b/drivers/staging/batman-adv/main.c
> @@ -149,7 +149,7 @@ void dec_module_count(void)
> 
>  int compare_orig(void *data1, void *data2)
>  {
> -	return (memcmp(data1, data2, ETH_ALEN) == 0 ? 1 : 0);
> +	return (compare_ether_addr(data1, data2) == 0 ? 1 : 0);
>  }

I'm wondering why you accepted this patch despite the raised objections 
regarding alignment problems. [1][2]
Is there something you know that we overlooked ? We haven't heard from Thomas 
or you since the alignment question came on the table. 

Cheers,
Marek

[1]https://lists.open-mesh.org/pipermail/b.a.t.m.a.n/2010-November/003640.html
[2]https://lists.open-mesh.org/pipermail/b.a.t.m.a.n/2010-November/003643.html

       reply	other threads:[~2010-11-10 10:17 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <12893476522148@site>
2010-11-10 10:17 ` Marek Lindner [this message]
2010-11-10 16:04   ` [B.A.T.M.A.N.] patch "staging: batman-adv: Use linux/etherdevice.h address helper functions" added to staging tree Greg KH
2010-11-10 16:46     ` Sven Eckelmann
2010-11-11  1:11       ` Greg KH
2010-11-11 10:34         ` Marek Lindner
2010-11-11  8:52       ` Tobias Klauser
     [not found]         ` <BAY127-W15AD53BC245C1D430CF07BCF360@phx.gbl>
2010-11-15 10:21           ` Marek Lindner
2010-11-17 16:32         ` 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=201011101117.03979.lindner_marek@yahoo.de \
    --to=lindner_marek@yahoo.de \
    --cc=b.a.t.m.a.n@lists.open-mesh.org \
    --cc=gregkh@suse.de \
    --cc=siwu@hrz.tu-chemnitz.de \
    --cc=tklauser@distanz.ch \
    /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