From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerrit Renker Subject: [Patch 0/6] [dccp]: DCCP bug-fixes for net-2.6 (revision 01) Date: Wed, 11 Jun 2008 11:36:47 +0100 Message-ID: <20080611103647.GD8403@gerrit.erg.abdn.ac.uk> References: <1213102423-27486-1-git-send-email-gerrit@erg.abdn.ac.uk> <20080610.123236.158548229.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dccp@vger.kernel.org, netdev@vger.kernel.org To: David Miller Return-path: Received: from dee.erg.abdn.ac.uk ([139.133.204.82]:56217 "EHLO erg.abdn.ac.uk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753345AbYFKKhJ (ORCPT ); Wed, 11 Jun 2008 06:37:09 -0400 Content-Disposition: inline In-Reply-To: <20080610.123236.158548229.davem@davemloft.net> Sender: netdev-owner@vger.kernel.org List-ID: Hi David, please consider the revised set of DCCP Bug-Fix patches (changelog below), which can be pulled from: git://eden-feed.erg.abdn.ac.uk/net-2.6 All patches are in branch `master', on top of a freshly cloned net-2.6 tree. Result has been compile-tested again. List of changes introduced in this submission --------------------------------------------- Relative to yesterday's submission, only these things have changed: * rewrote and updated the commit message of the first patch, which was referencing a SHA1 ID only. This now has data and commit information added; * removed the request-sock initialisation patch, since this has already been fixed in your tree. View-ability of changes ----------------------- Since there are no code changes, I omit sending all the patches again. But the differences can in any case be viewed on http://eden-feed.erg.abdn.ac.uk/cgi-bin/gitweb.cgi?p=net-2.6.git;a=summary List of patches included in this set: ------------------------------------- Patch #1: Fixes a divide-by-zero bug in CCID-3. Patch #2: Resolves sparse warnings (gathered from several patches in the tree). Patch #3: Enforces that Ack Vectors are not interpreted on request sockets. Patch #4: Computation error in CCID-3 allowed sending rate. Patch #5: Sending rate in CCID-3 truncated due to u64 -> u32 conversion. Patch #6: Typo in initial sequence number assignment.