DCCP protocol discussions
 help / color / mirror / Atom feed
* [PATCHES 0/3]: DCCP patches for 2.6.25
@ 2007-12-08 18:52 Arnaldo Carvalho de Melo
  2007-12-09  8:32 ` David Miller
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Arnaldo Carvalho de Melo @ 2007-12-08 18:52 UTC (permalink / raw)
  To: dccp

Hi David,

	Please consider pulling from:

master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6.25

Best Regards,

- Arnaldo

 b/net/dccp/ccids/ccid3.c              |   16 ++++++++--------
 b/net/dccp/ccids/lib/loss_interval.c  |    2 +-
 b/net/dccp/ccids/lib/packet_history.c |   13 ++++++-------
 net/dccp/ccids/ccid3.c                |    4 +---
 net/dccp/ccids/lib/packet_history.c   |    6 ------
 5 files changed, 16 insertions(+), 25 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCHES 0/3]: DCCP patches for 2.6.25
  2007-12-08 18:52 [PATCHES 0/3]: DCCP patches for 2.6.25 Arnaldo Carvalho de Melo
@ 2007-12-09  8:32 ` David Miller
  2007-12-14  1:41 ` Arnaldo Carvalho de Melo
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: David Miller @ 2007-12-09  8:32 UTC (permalink / raw)
  To: dccp

From: Arnaldo Carvalho de Melo <acme@redhat.com>
Date: Sat,  8 Dec 2007 16:52:10 -0200

> Hi David,
> 
> 	Please consider pulling from:
> 
> master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6.25

Pulled, thanks a lot.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCHES 0/3]: DCCP patches for 2.6.25
  2007-12-08 18:52 [PATCHES 0/3]: DCCP patches for 2.6.25 Arnaldo Carvalho de Melo
  2007-12-09  8:32 ` David Miller
@ 2007-12-14  1:41 ` Arnaldo Carvalho de Melo
  2007-12-14 19:29 ` David Miller
  2007-12-14 21:26 ` Arnaldo Carvalho de Melo
  3 siblings, 0 replies; 5+ messages in thread
From: Arnaldo Carvalho de Melo @ 2007-12-14  1:41 UTC (permalink / raw)
  To: dccp

Hi David,

	Please consider pulling from:

master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6.25

Best Regards,

- Arnaldo

 net/dccp/ccid.c        |    8 ++++----
 net/dccp/ccid.h        |   37 ++++++++++++++++++++++++++++++-------
 net/dccp/ccids/ccid2.c |    2 +-
 net/dccp/ccids/ccid3.c |    2 +-
 net/dccp/output.c      |   30 +++++++++++++++++++++++-------
 5 files changed, 59 insertions(+), 20 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCHES 0/3]: DCCP patches for 2.6.25
  2007-12-08 18:52 [PATCHES 0/3]: DCCP patches for 2.6.25 Arnaldo Carvalho de Melo
  2007-12-09  8:32 ` David Miller
  2007-12-14  1:41 ` Arnaldo Carvalho de Melo
@ 2007-12-14 19:29 ` David Miller
  2007-12-14 21:26 ` Arnaldo Carvalho de Melo
  3 siblings, 0 replies; 5+ messages in thread
From: David Miller @ 2007-12-14 19:29 UTC (permalink / raw)
  To: dccp

From: Arnaldo Carvalho de Melo <acme@redhat.com>
Date: Thu, 13 Dec 2007 23:41:59 -0200

> 	Please consider pulling from:
> 
> master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6.25

Pulled, but could you please reformat Gerrit's changelog entries in
the future?  They have these 80+ long lines which are painful to read
in ascii email clients and in terminal output.

I'll do this by hand during my next rebase for this case, but I will
push back when I see it again in future pull requests.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCHES 0/3]: DCCP patches for 2.6.25
  2007-12-08 18:52 [PATCHES 0/3]: DCCP patches for 2.6.25 Arnaldo Carvalho de Melo
                   ` (2 preceding siblings ...)
  2007-12-14 19:29 ` David Miller
@ 2007-12-14 21:26 ` Arnaldo Carvalho de Melo
  3 siblings, 0 replies; 5+ messages in thread
From: Arnaldo Carvalho de Melo @ 2007-12-14 21:26 UTC (permalink / raw)
  To: dccp

Em Fri, Dec 14, 2007 at 11:29:14AM -0800, David Miller escreveu:
> From: Arnaldo Carvalho de Melo <acme@redhat.com>
> Date: Thu, 13 Dec 2007 23:41:59 -0200
> 
> > 	Please consider pulling from:
> > 
> > master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6.25
> 
> Pulled, but could you please reformat Gerrit's changelog entries in
> the future?  They have these 80+ long lines which are painful to read
> in ascii email clients and in terminal output.
> 
> I'll do this by hand during my next rebase for this case, but I will
> push back when I see it again in future pull requests.

OK, will take that into account in future requests,

Thanks a lot,

- Arnaldo

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-12-14 21:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-08 18:52 [PATCHES 0/3]: DCCP patches for 2.6.25 Arnaldo Carvalho de Melo
2007-12-09  8:32 ` David Miller
2007-12-14  1:41 ` Arnaldo Carvalho de Melo
2007-12-14 19:29 ` David Miller
2007-12-14 21:26 ` Arnaldo Carvalho de Melo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox