Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: sctp: trivial: update bug report in header comment

With the restructuring of the lksctp.org site, we only allow bug
reports through the SCTP mailing list linux-sctp@vger.kernel.org,
not via SF, as SF is only used for web hosting and nothing more.
While at it, also remove the obvious statement that bugs will be
fixed and incooperated into the kernel.

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Acked-by: Vlad Yasevich <vyasevich@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Daniel Borkmann and committed by
David S. Miller
477143e3 cda5f98e

+8 -226
-6
include/net/sctp/auth.h
··· 24 24 * email address(es): 25 25 * lksctp developers <linux-sctp@vger.kernel.org> 26 26 * 27 - * Or submit a bug report through the following website: 28 - * http://www.sf.net/projects/lksctp 29 - * 30 27 * Written or modified by: 31 28 * Vlad Yasevich <vladislav.yasevich@hp.com> 32 - * 33 - * Any bugs reported given to us we will try to fix... any fixes shared will 34 - * be incorporated into the next SCTP release. 35 29 */ 36 30 37 31 #ifndef __sctp_auth_h__
-6
include/net/sctp/checksum.h
··· 27 27 * email address(es): 28 28 * lksctp developers <linux-sctp@vger.kernel.org> 29 29 * 30 - * Or submit a bug report through the following website: 31 - * http://www.sf.net/projects/lksctp 32 - * 33 30 * Written or modified by: 34 31 * Dinakaran Joseph 35 32 * Jon Grimm <jgrimm@us.ibm.com> ··· 34 37 * 35 38 * Rewritten to use libcrc32c by: 36 39 * Vlad Yasevich <vladislav.yasevich@hp.com> 37 - * 38 - * Any bugs reported given to us we will try to fix... any fixes shared will 39 - * be incorporated into the next SCTP release. 40 40 */ 41 41 42 42 #ifndef __sctp_checksum_h__
+8 -10
include/net/sctp/command.h
··· 23 23 * the Free Software Foundation, 59 Temple Place - Suite 330, 24 24 * Boston, MA 02111-1307, USA. 25 25 * 26 - * Please send any bug reports or fixes you make to one of the 27 - * following email addresses: 26 + * Please send any bug reports or fixes you make to the 27 + * email address(es): 28 + * lksctp developers <linux-sctp@vger.kernel.org> 28 29 * 29 - * La Monte H.P. Yarroll <piggy@acm.org> 30 - * Karl Knutson <karl@athena.chicago.il.us> 31 - * Ardelle Fan <ardelle.fan@intel.com> 32 - * Sridhar Samudrala <sri@us.ibm.com> 33 - * 34 - * Any bugs reported given to us we will try to fix... any fixes shared will 35 - * be incorporated into the next SCTP release. 30 + * Written or modified by: 31 + * La Monte H.P. Yarroll <piggy@acm.org> 32 + * Karl Knutson <karl@athena.chicago.il.us> 33 + * Ardelle Fan <ardelle.fan@intel.com> 34 + * Sridhar Samudrala <sri@us.ibm.com> 36 35 */ 37 - 38 36 39 37 #ifndef __net_sctp_command_h__ 40 38 #define __net_sctp_command_h__
-6
include/net/sctp/constants.h
··· 27 27 * email address(es): 28 28 * lksctp developers <linux-sctp@vger.kernel.org> 29 29 * 30 - * Or submit a bug report through the following website: 31 - * http://www.sf.net/projects/lksctp 32 - * 33 30 * Written or modified by: 34 31 * La Monte H.P. Yarroll <piggy@acm.org> 35 32 * Karl Knutson <karl@athena.chicago.il.us> ··· 36 39 * Xingang Guo <xingang.guo@intel.com> 37 40 * Sridhar Samudrala <samudrala@us.ibm.com> 38 41 * Daisy Chang <daisyc@us.ibm.com> 39 - * 40 - * Any bugs reported given to us we will try to fix... any fixes shared will 41 - * be incorporated into the next SCTP release. 42 42 */ 43 43 44 44 #ifndef __sctp_constants_h__
-6
include/net/sctp/sctp.h
··· 29 29 * email address(es): 30 30 * lksctp developers <linux-sctp@vger.kernel.org> 31 31 * 32 - * Or submit a bug report through the following website: 33 - * http://www.sf.net/projects/lksctp 34 - * 35 32 * Written or modified by: 36 33 * La Monte H.P. Yarroll <piggy@acm.org> 37 34 * Xingang Guo <xingang.guo@intel.com> ··· 38 41 * Ardelle Fan <ardelle.fan@intel.com> 39 42 * Ryan Layer <rmlayer@us.ibm.com> 40 43 * Kevin Gao <kevin.gao@intel.com> 41 - * 42 - * Any bugs reported given to us we will try to fix... any fixes shared will 43 - * be incorporated into the next SCTP release. 44 44 */ 45 45 46 46 #ifndef __net_sctp_h__
-6
include/net/sctp/sm.h
··· 29 29 * email addresses: 30 30 * lksctp developers <linux-sctp@vger.kernel.org> 31 31 * 32 - * Or submit a bug report through the following website: 33 - * http://www.sf.net/projects/lksctp 34 - * 35 32 * Written or modified by: 36 33 * La Monte H.P. Yarroll <piggy@acm.org> 37 34 * Karl Knutson <karl@athena.chicago.il.us> ··· 39 42 * Daisy Chang <daisyc@us.ibm.com> 40 43 * Ardelle Fan <ardelle.fan@intel.com> 41 44 * Kevin Gao <kevin.gao@intel.com> 42 - * 43 - * Any bugs reported given to us we will try to fix... any fixes shared will 44 - * be incorporated into the next SCTP release. 45 45 */ 46 46 47 47 #include <linux/types.h>
-6
include/net/sctp/structs.h
··· 27 27 * email addresses: 28 28 * lksctp developers <linux-sctp@vger.kernel.org> 29 29 * 30 - * Or submit a bug report through the following website: 31 - * http://www.sf.net/projects/lksctp 32 - * 33 30 * Written or modified by: 34 31 * Randall Stewart <randall@sctp.chicago.il.us> 35 32 * Ken Morneau <kmorneau@cisco.com> ··· 43 46 * Ryan Layer <rmlayer@us.ibm.com> 44 47 * Anup Pemmaiah <pemmaiah@cc.usu.edu> 45 48 * Kevin Gao <kevin.gao@intel.com> 46 - * 47 - * Any bugs reported given to us we will try to fix... any fixes shared will 48 - * be incorporated into the next SCTP release. 49 49 */ 50 50 51 51 #ifndef __sctp_structs_h__
-6
include/net/sctp/tsnmap.h
··· 30 30 * email address(es): 31 31 * lksctp developers <linux-sctp@vger.kernel.org> 32 32 * 33 - * Or submit a bug report through the following website: 34 - * http://www.sf.net/projects/lksctp 35 - * 36 33 * Written or modified by: 37 34 * Jon Grimm <jgrimm@us.ibm.com> 38 35 * La Monte H.P. Yarroll <piggy@acm.org> 39 36 * Karl Knutson <karl@athena.chicago.il.us> 40 37 * Sridhar Samudrala <sri@us.ibm.com> 41 - * 42 - * Any bugs reported given to us we will try to fix... any fixes shared will 43 - * be incorporated into the next SCTP release. 44 38 */ 45 39 #include <net/sctp/constants.h> 46 40
-6
include/net/sctp/ulpevent.h
··· 33 33 * email address(es): 34 34 * lksctp developers <linux-sctp@vger.kernel.org> 35 35 * 36 - * Or submit a bug report through the following website: 37 - * http://www.sf.net/projects/lksctp 38 - * 39 36 * Written or modified by: 40 37 * Jon Grimm <jgrimm@us.ibm.com> 41 38 * La Monte H.P. Yarroll <piggy@acm.org> 42 39 * Karl Knutson <karl@athena.chicago.il.us> 43 40 * Sridhar Samudrala <sri@us.ibm.com> 44 - * 45 - * Any bugs reported given to us we will try to fix... any fixes shared will 46 - * be incorporated into the next SCTP release. 47 41 */ 48 42 49 43 #ifndef __sctp_ulpevent_h__
-6
include/net/sctp/ulpqueue.h
··· 32 32 * email addresses: 33 33 * lksctp developers <linux-sctp@vger.kernel.org> 34 34 * 35 - * Or submit a bug report through the following website: 36 - * http://www.sf.net/projects/lksctp 37 - * 38 35 * Written or modified by: 39 36 * Jon Grimm <jgrimm@us.ibm.com> 40 37 * La Monte H.P. Yarroll <piggy@acm.org> 41 38 * Sridhar Samudrala <sri@us.ibm.com> 42 - * 43 - * Any bugs reported given to us we will try to fix... any fixes shared will 44 - * be incorporated into the next SCTP release. 45 39 */ 46 40 47 41 #ifndef __sctp_ulpqueue_h__
-6
net/sctp/associola.c
··· 30 30 * email address(es): 31 31 * lksctp developers <linux-sctp@vger.kernel.org> 32 32 * 33 - * Or submit a bug report through the following website: 34 - * http://www.sf.net/projects/lksctp 35 - * 36 33 * Written or modified by: 37 34 * La Monte H.P. Yarroll <piggy@acm.org> 38 35 * Karl Knutson <karl@athena.chicago.il.us> ··· 40 43 * Daisy Chang <daisyc@us.ibm.com> 41 44 * Ryan Layer <rmlayer@us.ibm.com> 42 45 * Kevin Gao <kevin.gao@intel.com> 43 - * 44 - * Any bugs reported given to us we will try to fix... any fixes shared will 45 - * be incorporated into the next SCTP release. 46 46 */ 47 47 48 48 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-6
net/sctp/auth.c
··· 24 24 * email address(es): 25 25 * lksctp developers <linux-sctp@vger.kernel.org> 26 26 * 27 - * Or submit a bug report through the following website: 28 - * http://www.sf.net/projects/lksctp 29 - * 30 27 * Written or modified by: 31 28 * Vlad Yasevich <vladislav.yasevich@hp.com> 32 - * 33 - * Any bugs reported given to us we will try to fix... any fixes shared will 34 - * be incorporated into the next SCTP release. 35 29 */ 36 30 37 31 #include <linux/slab.h>
-6
net/sctp/bind_addr.c
··· 29 29 * email address(es): 30 30 * lksctp developers <linux-sctp@vger.kernel.org> 31 31 * 32 - * Or submit a bug report through the following website: 33 - * http://www.sf.net/projects/lksctp 34 - * 35 32 * Written or modified by: 36 33 * La Monte H.P. Yarroll <piggy@acm.org> 37 34 * Karl Knutson <karl@athena.chicago.il.us> 38 35 * Jon Grimm <jgrimm@us.ibm.com> 39 36 * Daisy Chang <daisyc@us.ibm.com> 40 - * 41 - * Any bugs reported given to us we will try to fix... any fixes shared will 42 - * be incorporated into the next SCTP release. 43 37 */ 44 38 45 39 #include <linux/types.h>
-6
net/sctp/chunk.c
··· 26 26 * email address(es): 27 27 * lksctp developers <linux-sctp@vger.kernel.org> 28 28 * 29 - * Or submit a bug report through the following website: 30 - * http://www.sf.net/projects/lksctp 31 - * 32 29 * Written or modified by: 33 30 * Jon Grimm <jgrimm@us.ibm.com> 34 31 * Sridhar Samudrala <sri@us.ibm.com> 35 - * 36 - * Any bugs reported given to us we will try to fix... any fixes shared will 37 - * be incorporated into the next SCTP release. 38 32 */ 39 33 40 34 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-6
net/sctp/command.c
··· 27 27 * email address(es): 28 28 * lksctp developers <linux-sctp@vger.kernel.org> 29 29 * 30 - * Or submit a bug report through the following website: 31 - * http://www.sf.net/projects/lksctp 32 - * 33 30 * Written or modified by: 34 31 * La Monte H.P. Yarroll <piggy@acm.org> 35 32 * Karl Knutson <karl@athena.chicago.il.us> 36 - * 37 - * Any bugs reported given to us we will try to fix... any fixes shared will 38 - * be incorporated into the next SCTP release. 39 33 */ 40 34 41 35 #include <linux/types.h>
-6
net/sctp/debug.c
··· 30 30 * email address(es): 31 31 * lksctp developers <linux-sctp@vger.kernel.org> 32 32 * 33 - * Or submit a bug report through the following website: 34 - * http://www.sf.net/projects/lksctp 35 - * 36 33 * Written or modified by: 37 34 * La Monte H.P. Yarroll <piggy@acm.org> 38 35 * Karl Knutson <karl@athena.chicago.il.us> ··· 37 40 * Jon Grimm <jgrimm@us.ibm.com> 38 41 * Daisy Chang <daisyc@us.ibm.com> 39 42 * Sridhar Samudrala <sri@us.ibm.com> 40 - * 41 - * Any bugs reported given to us we will try to fix... any fixes shared will 42 - * be incorporated into the next SCTP release. 43 43 */ 44 44 45 45 #include <net/sctp/sctp.h>
-6
net/sctp/endpointola.c
··· 31 31 * email address(es): 32 32 * lksctp developers <linux-sctp@vger.kernel.org> 33 33 * 34 - * Or submit a bug report through the following website: 35 - * http://www.sf.net/projects/lksctp 36 - * 37 34 * Written or modified by: 38 35 * La Monte H.P. Yarroll <piggy@acm.org> 39 36 * Karl Knutson <karl@athena.chicago.il.us> 40 37 * Jon Grimm <jgrimm@austin.ibm.com> 41 38 * Daisy Chang <daisyc@us.ibm.com> 42 39 * Dajiang Zhang <dajiang.zhang@nokia.com> 43 - * 44 - * Any bugs reported given to us we will try to fix... any fixes shared will 45 - * be incorporated into the next SCTP release. 46 40 */ 47 41 48 42 #include <linux/types.h>
-6
net/sctp/input.c
··· 31 31 * email address(es): 32 32 * lksctp developers <linux-sctp@vger.kernel.org> 33 33 * 34 - * Or submit a bug report through the following website: 35 - * http://www.sf.net/projects/lksctp 36 - * 37 34 * Written or modified by: 38 35 * La Monte H.P. Yarroll <piggy@acm.org> 39 36 * Karl Knutson <karl@athena.chicago.il.us> ··· 40 43 * Daisy Chang <daisyc@us.ibm.com> 41 44 * Sridhar Samudrala <sri@us.ibm.com> 42 45 * Ardelle Fan <ardelle.fan@intel.com> 43 - * 44 - * Any bugs reported given to us we will try to fix... any fixes shared will 45 - * be incorporated into the next SCTP release. 46 46 */ 47 47 48 48 #include <linux/types.h>
-6
net/sctp/inqueue.c
··· 32 32 * email address(es): 33 33 * lksctp developers <linux-sctp@vger.kernel.org> 34 34 * 35 - * Or submit a bug report through the following website: 36 - * http://www.sf.net/projects/lksctp 37 - * 38 35 * Written or modified by: 39 36 * La Monte H.P. Yarroll <piggy@acm.org> 40 37 * Karl Knutson <karl@athena.chicago.il.us> 41 - * 42 - * Any bugs reported given to us we will try to fix... any fixes shared will 43 - * be incorporated into the next SCTP release. 44 38 */ 45 39 46 40 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-6
net/sctp/ipv6.c
··· 29 29 * email address(es): 30 30 * lksctp developers <linux-sctp@vger.kernel.org> 31 31 * 32 - * Or submit a bug report through the following website: 33 - * http://www.sf.net/projects/lksctp 34 - * 35 32 * Written or modified by: 36 33 * Le Yanqun <yanqun.le@nokia.com> 37 34 * Hui Huang <hui.huang@nokia.com> ··· 39 42 * 40 43 * Based on: 41 44 * linux/net/ipv6/tcp_ipv6.c 42 - * 43 - * Any bugs reported given to us we will try to fix... any fixes shared will 44 - * be incorporated into the next SCTP release. 45 45 */ 46 46 47 47 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-6
net/sctp/objcnt.c
··· 28 28 * email address(es): 29 29 * lksctp developers <linux-sctp@vger.kernel.org> 30 30 * 31 - * Or submit a bug report through the following website: 32 - * http://www.sf.net/projects/lksctp 33 - * 34 31 * Written or modified by: 35 32 * Jon Grimm <jgrimm@us.ibm.com> 36 - * 37 - * Any bugs reported given to us we will try to fix... any fixes shared will 38 - * be incorporated into the next SCTP release. 39 33 */ 40 34 41 35 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-6
net/sctp/output.c
··· 28 28 * email address(es): 29 29 * lksctp developers <linux-sctp@vger.kernel.org> 30 30 * 31 - * Or submit a bug report through the following website: 32 - * http://www.sf.net/projects/lksctp 33 - * 34 31 * Written or modified by: 35 32 * La Monte H.P. Yarroll <piggy@acm.org> 36 33 * Karl Knutson <karl@athena.chicago.il.us> 37 34 * Jon Grimm <jgrimm@austin.ibm.com> 38 35 * Sridhar Samudrala <sri@us.ibm.com> 39 - * 40 - * Any bugs reported given to us we will try to fix... any fixes shared will 41 - * be incorporated into the next SCTP release. 42 36 */ 43 37 44 38 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-6
net/sctp/outqueue.c
··· 30 30 * email address(es): 31 31 * lksctp developers <linux-sctp@vger.kernel.org> 32 32 * 33 - * Or submit a bug report through the following website: 34 - * http://www.sf.net/projects/lksctp 35 - * 36 33 * Written or modified by: 37 34 * La Monte H.P. Yarroll <piggy@acm.org> 38 35 * Karl Knutson <karl@athena.chicago.il.us> ··· 38 41 * Hui Huang <hui.huang@nokia.com> 39 42 * Sridhar Samudrala <sri@us.ibm.com> 40 43 * Jon Grimm <jgrimm@us.ibm.com> 41 - * 42 - * Any bugs reported given to us we will try to fix... any fixes shared will 43 - * be incorporated into the next SCTP release. 44 44 */ 45 45 46 46 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-6
net/sctp/primitive.c
··· 31 31 * email address(es): 32 32 * lksctp developers <linux-sctp@vger.kernel.org> 33 33 * 34 - * Or submit a bug report through the following website: 35 - * http://www.sf.net/projects/lksctp 36 - * 37 34 * Written or modified by: 38 35 * La Monte H.P. Yarroll <piggy@acm.org> 39 36 * Narasimha Budihal <narasimha@refcode.org> 40 37 * Karl Knutson <karl@athena.chicago.il.us> 41 38 * Ardelle Fan <ardelle.fan@intel.com> 42 39 * Kevin Gao <kevin.gao@intel.com> 43 - * 44 - * Any bugs reported given to us we will try to fix... any fixes shared will 45 - * be incorporated into the next SCTP release. 46 40 */ 47 41 48 42 #include <linux/types.h>
-6
net/sctp/proc.c
··· 24 24 * email address(es): 25 25 * lksctp developers <linux-sctp@vger.kernel.org> 26 26 * 27 - * Or submit a bug report through the following website: 28 - * http://www.sf.net/projects/lksctp 29 - * 30 27 * Written or modified by: 31 28 * Sridhar Samudrala <sri@us.ibm.com> 32 - * 33 - * Any bugs reported given to us we will try to fix... any fixes shared will 34 - * be incorporated into the next SCTP release. 35 29 */ 36 30 37 31 #include <linux/types.h>
-6
net/sctp/protocol.c
··· 31 31 * email address(es): 32 32 * lksctp developers <linux-sctp@vger.kernel.org> 33 33 * 34 - * Or submit a bug report through the following website: 35 - * http://www.sf.net/projects/lksctp 36 - * 37 34 * Written or modified by: 38 35 * La Monte H.P. Yarroll <piggy@acm.org> 39 36 * Karl Knutson <karl@athena.chicago.il.us> ··· 38 41 * Sridhar Samudrala <sri@us.ibm.com> 39 42 * Daisy Chang <daisyc@us.ibm.com> 40 43 * Ardelle Fan <ardelle.fan@intel.com> 41 - * 42 - * Any bugs reported given to us we will try to fix... any fixes shared will 43 - * be incorporated into the next SCTP release. 44 44 */ 45 45 46 46 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-6
net/sctp/sm_make_chunk.c
··· 31 31 * email address(es): 32 32 * lksctp developers <linux-sctp@vger.kernel.org> 33 33 * 34 - * Or submit a bug report through the following website: 35 - * http://www.sf.net/projects/lksctp 36 - * 37 34 * Written or modified by: 38 35 * La Monte H.P. Yarroll <piggy@acm.org> 39 36 * Karl Knutson <karl@athena.chicago.il.us> ··· 42 45 * Daisy Chang <daisyc@us.ibm.com> 43 46 * Ardelle Fan <ardelle.fan@intel.com> 44 47 * Kevin Gao <kevin.gao@intel.com> 45 - * 46 - * Any bugs reported given to us we will try to fix... any fixes shared will 47 - * be incorporated into the next SCTP release. 48 48 */ 49 49 50 50 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-6
net/sctp/sm_sideeffect.c
··· 30 30 * email address(es): 31 31 * lksctp developers <linux-sctp@vger.kernel.org> 32 32 * 33 - * Or submit a bug report through the following website: 34 - * http://www.sf.net/projects/lksctp 35 - * 36 33 * Written or modified by: 37 34 * La Monte H.P. Yarroll <piggy@acm.org> 38 35 * Karl Knutson <karl@athena.chicago.il.us> ··· 39 42 * Daisy Chang <daisyc@us.ibm.com> 40 43 * Sridhar Samudrala <sri@us.ibm.com> 41 44 * Ardelle Fan <ardelle.fan@intel.com> 42 - * 43 - * Any bugs reported given to us we will try to fix... any fixes shared will 44 - * be incorporated into the next SCTP release. 45 45 */ 46 46 47 47 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-6
net/sctp/sm_statefuns.c
··· 30 30 * email address(es): 31 31 * lksctp developers <linux-sctp@vger.kernel.org> 32 32 * 33 - * Or submit a bug report through the following website: 34 - * http://www.sf.net/projects/lksctp 35 - * 36 33 * Written or modified by: 37 34 * La Monte H.P. Yarroll <piggy@acm.org> 38 35 * Karl Knutson <karl@athena.chicago.il.us> ··· 42 45 * Ardelle Fan <ardelle.fan@intel.com> 43 46 * Ryan Layer <rmlayer@us.ibm.com> 44 47 * Kevin Gao <kevin.gao@intel.com> 45 - * 46 - * Any bugs reported given to us we will try to fix... any fixes shared will 47 - * be incorporated into the next SCTP release. 48 48 */ 49 49 50 50 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-6
net/sctp/sm_statetable.c
··· 30 30 * email address(es): 31 31 * lksctp developers <linux-sctp@vger.kernel.org> 32 32 * 33 - * Or submit a bug report through the following website: 34 - * http://www.sf.net/projects/lksctp 35 - * 36 33 * Written or modified by: 37 34 * La Monte H.P. Yarroll <piggy@acm.org> 38 35 * Karl Knutson <karl@athena.chicago.il.us> ··· 38 41 * Daisy Chang <daisyc@us.ibm.com> 39 42 * Ardelle Fan <ardelle.fan@intel.com> 40 43 * Sridhar Samudrala <sri@us.ibm.com> 41 - * 42 - * Any bugs reported given to us we will try to fix... any fixes shared will 43 - * be incorporated into the next SCTP release. 44 44 */ 45 45 46 46 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-6
net/sctp/socket.c
··· 36 36 * email address(es): 37 37 * lksctp developers <linux-sctp@vger.kernel.org> 38 38 * 39 - * Or submit a bug report through the following website: 40 - * http://www.sf.net/projects/lksctp 41 - * 42 39 * Written or modified by: 43 40 * La Monte H.P. Yarroll <piggy@acm.org> 44 41 * Narasimha Budihal <narsi@refcode.org> ··· 49 52 * Ryan Layer <rmlayer@us.ibm.com> 50 53 * Anup Pemmaiah <pemmaiah@cc.usu.edu> 51 54 * Kevin Gao <kevin.gao@intel.com> 52 - * 53 - * Any bugs reported given to us we will try to fix... any fixes shared will 54 - * be incorporated into the next SCTP release. 55 55 */ 56 56 57 57 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-6
net/sctp/ssnmap.c
··· 26 26 * email address(es): 27 27 * lksctp developers <linux-sctp@vger.kernel.org> 28 28 * 29 - * Or submit a bug report through the following website: 30 - * http://www.sf.net/projects/lksctp 31 - * 32 29 * Written or modified by: 33 30 * Jon Grimm <jgrimm@us.ibm.com> 34 - * 35 - * Any bugs reported given to us we will try to fix... any fixes shared will 36 - * be incorporated into the next SCTP release. 37 31 */ 38 32 39 33 #include <linux/types.h>
-6
net/sctp/sysctl.c
··· 27 27 * email address(es): 28 28 * lksctp developers <linux-sctp@vger.kernel.org> 29 29 * 30 - * Or submit a bug report through the following website: 31 - * http://www.sf.net/projects/lksctp 32 - * 33 30 * Written or modified by: 34 31 * Mingqin Liu <liuming@us.ibm.com> 35 32 * Jon Grimm <jgrimm@us.ibm.com> 36 33 * Ardelle Fan <ardelle.fan@intel.com> 37 34 * Ryan Layer <rmlayer@us.ibm.com> 38 35 * Sridhar Samudrala <sri@us.ibm.com> 39 - * 40 - * Any bugs reported given to us we will try to fix... any fixes shared will 41 - * be incorporated into the next SCTP release. 42 36 */ 43 37 44 38 #include <net/sctp/structs.h>
-6
net/sctp/transport.c
··· 32 32 * email address(es): 33 33 * lksctp developers <linux-sctp@vger.kernel.org> 34 34 * 35 - * Or submit a bug report through the following website: 36 - * http://www.sf.net/projects/lksctp 37 - * 38 35 * Written or modified by: 39 36 * La Monte H.P. Yarroll <piggy@acm.org> 40 37 * Karl Knutson <karl@athena.chicago.il.us> ··· 40 43 * Hui Huang <hui.huang@nokia.com> 41 44 * Sridhar Samudrala <sri@us.ibm.com> 42 45 * Ardelle Fan <ardelle.fan@intel.com> 43 - * 44 - * Any bugs reported given to us we will try to fix... any fixes shared will 45 - * be incorporated into the next SCTP release. 46 46 */ 47 47 48 48 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-6
net/sctp/tsnmap.c
··· 29 29 * email address(es): 30 30 * lksctp developers <linux-sctp@vger.kernel.org> 31 31 * 32 - * Or submit a bug report through the following website: 33 - * http://www.sf.net/projects/lksctp 34 - * 35 32 * Written or modified by: 36 33 * La Monte H.P. Yarroll <piggy@acm.org> 37 34 * Jon Grimm <jgrimm@us.ibm.com> 38 35 * Karl Knutson <karl@athena.chicago.il.us> 39 36 * Sridhar Samudrala <sri@us.ibm.com> 40 - * 41 - * Any bugs reported given to us we will try to fix... any fixes shared will 42 - * be incorporated into the next SCTP release. 43 37 */ 44 38 45 39 #include <linux/slab.h>
-6
net/sctp/ulpevent.c
··· 30 30 * email address(es): 31 31 * lksctp developers <linux-sctp@vger.kernel.org> 32 32 * 33 - * Or submit a bug report through the following website: 34 - * http://www.sf.net/projects/lksctp 35 - * 36 33 * Written or modified by: 37 34 * Jon Grimm <jgrimm@us.ibm.com> 38 35 * La Monte H.P. Yarroll <piggy@acm.org> 39 36 * Ardelle Fan <ardelle.fan@intel.com> 40 37 * Sridhar Samudrala <sri@us.ibm.com> 41 - * 42 - * Any bugs reported given to us we will try to fix... any fixes shared will 43 - * be incorporated into the next SCTP release. 44 38 */ 45 39 46 40 #include <linux/slab.h>
-6
net/sctp/ulpqueue.c
··· 29 29 * email address(es): 30 30 * lksctp developers <linux-sctp@vger.kernel.org> 31 31 * 32 - * Or submit a bug report through the following website: 33 - * http://www.sf.net/projects/lksctp 34 - * 35 32 * Written or modified by: 36 33 * Jon Grimm <jgrimm@us.ibm.com> 37 34 * La Monte H.P. Yarroll <piggy@acm.org> 38 35 * Sridhar Samudrala <sri@us.ibm.com> 39 - * 40 - * Any bugs reported given to us we will try to fix... any fixes shared will 41 - * be incorporated into the next SCTP release. 42 36 */ 43 37 44 38 #include <linux/slab.h>