public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
From: Eric Dumazet <eric.dumazet@gmail.com>
To: Joe Perches <joe@perches.com>
Cc: Jesper Juhl <jj@chaosbits.net>, Jiri Kosina <trivial@kernel.org>,
	Patrick McHardy <kaber@trash.net>,
	"David S. Miller" <davem@davemloft.net>,
	netfilter-devel@vger.kernel.org, netfilter@vger.kernel.org,
	coreteam@netfilter.org, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 46/49] net/netfilter: Use vzalloc
Date: Fri, 05 Nov 2010 08:16:11 +0100	[thread overview]
Message-ID: <1288941371.3234.31.camel@edumazet-laptop> (raw)
In-Reply-To: <1288940146.18440.55.camel@Joe-Laptop>

Le jeudi 04 novembre 2010 à 23:55 -0700, Joe Perches a écrit :
> On Fri, 2010-11-05 at 07:30 +0100, Eric Dumazet wrote:
> > I had _one_ patch, waiting that David actually had vzalloc() in its tree
> > before sending it.
> 
> Fine by me, use yours.

I dont care at all, only to say that David tree was not ready yet.


> 
> > Given Jesper Juhl was doing this work, could you please take another
> > one, please ?
> > For example, explaining him how to use other tools than "bash+egrep
> > +manual inspection" as he mentioned in a previous mail.
> 
> Jesper Juhl was both pointed at the cocci docs and
> given a cocci script.  He said he'd investigate it
> when he could.  I trust he will get to it.
> 

Yes, yet you posted patches, knowing he was working on the _same_
subject.

I remember other occurrences of such behavior.

I find this behavior very unfriendly, time consuming, and not useful.

We try to work together, to increase our common knowledge, not to throw
a bunch of patches "just because I know better than you"



--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2010-11-05  7:16 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <alpine.DEB.2.00.1011031108260.11625@router.home>
2010-11-05  3:07 ` [PATCH 00/49] Use vzalloc not vmalloc/kmemset Joe Perches
2010-11-05  3:07   ` [PATCH 07/49] drivers/atm: Use vzalloc Joe Perches
2010-11-05  3:07   ` [PATCH 13/49] drivers/isdn: " Joe Perches
2010-11-05  3:07   ` [PATCH 17/49] drivers/net/cxgb3: " Joe Perches
2010-11-05  3:07   ` [PATCH 18/49] drivers/net/cxgb4: " Joe Perches
2010-11-05  3:07   ` [PATCH 19/49] drivers/net/e1000: " Joe Perches
2010-11-05  3:07   ` [PATCH 20/49] drivers/net/e1000e: " Joe Perches
2010-11-05  3:07   ` [PATCH 21/49] drivers/net/ehea: " Joe Perches
2010-11-05  3:07   ` [PATCH 22/49] drivers/net/igb: " Joe Perches
2010-11-05  3:07   ` [PATCH 23/49] drivers/net/igbvf: " Joe Perches
2010-11-05 11:58     ` Rose, Gregory V
2010-11-05  3:07   ` [PATCH 24/49] drivers/net/ixgb: " Joe Perches
2010-11-05  3:07   ` [PATCH 25/49] drivers/net/ixgbe: " Joe Perches
2010-11-05  3:07   ` [PATCH 26/49] drivers/net/ixgbevf: " Joe Perches
2010-11-05 11:59     ` Rose, Gregory V
2010-11-05  3:07   ` [PATCH 27/49] drivers/net/netxen: " Joe Perches
2010-11-05  5:18     ` Amit Salecha
2010-11-05  3:07   ` [PATCH 28/49] drivers/net/pch_gbe: " Joe Perches
2010-11-05  3:07   ` [PATCH 29/49] drivers/net/qlcnic: " Joe Perches
2010-11-05  3:07   ` [PATCH 30/49] drivers/net/sfc: " Joe Perches
2010-11-05  3:07   ` [PATCH 31/49] drivers/net/vxge: " Joe Perches
2010-11-05  3:07   ` [PATCH 32/49] drivers/net/bnx2.c: " Joe Perches
2010-11-05  3:08   ` [PATCH 45/49] net/core/pktgen.c: " Joe Perches
2010-11-05  3:08   ` [PATCH 46/49] net/netfilter: " Joe Perches
2010-11-05  6:30     ` Eric Dumazet
2010-11-05  6:55       ` Joe Perches
2010-11-05  7:16         ` Eric Dumazet [this message]
2010-11-05 17:01           ` Jesper Juhl
2010-11-05 15:10         ` Jiri Kosina
2010-11-05 15:25           ` Joe Perches
2010-11-05  3:08   ` [PATCH 47/49] net/rds: " Joe Perches

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=1288941371.3234.31.camel@edumazet-laptop \
    --to=eric.dumazet@gmail.com \
    --cc=coreteam@netfilter.org \
    --cc=davem@davemloft.net \
    --cc=jj@chaosbits.net \
    --cc=joe@perches.com \
    --cc=kaber@trash.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=netfilter@vger.kernel.org \
    --cc=trivial@kernel.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