netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Gerrit Renker <gerrit@erg.abdn.ac.uk>
To: davem@davemloft.net
Cc: dccp@vger.kernel.org, netdev@vger.kernel.org
Subject: [PATCH 0/2][BUG-FIX] dccp: two bug-fixes
Date: Sat,  3 Mar 2012 09:33:51 -0700	[thread overview]
Message-ID: <1330792433-15415-1-git-send-email-gerrit@erg.abdn.ac.uk> (raw)
In-Reply-To: <test_tree_patch_set_update_2012-03-03>

please find attached two bug fix patches for DCCP.  

 Patch #1: removes a BUG_ON which got triggered under normal operational conditions,
           found that it is not even necessary, hence replaced;
 Patch #2: fixes sequence number handling during initial connection setup, ensuring
           connection establishment even if one or more initial Request(s) get lost.

The patches are also available applied on top of today's net-next, at

	git://eden-feed.erg.abdn.ac.uk/net-next  [subtree 'dccp']

All patches have been tested and compile independently.
---	   
 include/linux/dccp.h   |    8 ++++++--
 net/dccp/ccids/ccid3.c |    3 +--
 net/dccp/ipv4.c        |    8 +++++---
 net/dccp/ipv6.c        |    8 +++++---
 net/dccp/minisocks.c   |   18 +++++++++++-------
 net/dccp/output.c      |   10 +++++-----
 6 files changed, 33 insertions(+), 22 deletions(-)

       reply	other threads:[~2012-03-03 16:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <test_tree_patch_set_update_2012-03-03>
2012-03-03 16:33 ` Gerrit Renker [this message]
2012-03-03 19:57   ` [PATCH 0/2][BUG-FIX] dccp: two bug-fixes David Miller
2012-03-03 16:33 ` [PATCH 1/2] dccp ccid-3: replace incorrect BUG_ON Gerrit Renker
2012-03-03 16:33 ` [PATCH 2/2] dccp: fix bug in sequence number validation during connection setup Gerrit Renker

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=1330792433-15415-1-git-send-email-gerrit@erg.abdn.ac.uk \
    --to=gerrit@erg.abdn.ac.uk \
    --cc=davem@davemloft.net \
    --cc=dccp@vger.kernel.org \
    --cc=netdev@vger.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;
as well as URLs for NNTP newsgroup(s).