hi,
the timeouts in tipc/socket.c dont match if HZ is not 1000,
this patch changes it to use the proper conversion functions.
Signed-off-by: Eric Sesterhenn <[EMAIL PROTECTED]>
--- linux-2.6.24-rc3/net/tipc/socket.c.orig 2007-12-07 20:07:11.0
+0100
+++ linux-2.6.24-rc3/ne
Hi,
with the double skb_free() issue fixed, I ran some more ip6sic
tests, after a while i hit the following:
[ 346.941000] Oops: [#1]
[ 346.941000] PREEMPT
[ 346.941000] Modules linked in:
[ 346.941000] CPU:0
[ 346.941000] EIP:0060:[]Not tainted VLI
[ 346.941000] EFLAGS: 0
>
> > and, if no errors in testing, he could resubmit this patch?
>
> I agree, this is the right fix.
The fix proposed by Jarek indeed fixes the problem, tested on two boxes,
with an -rc5 kernel and a yesterdays git
Acked-by: Eric Sesterhenn <[EMAIL PROTECTED]>
arg, i thought i compile tested everything, please use this
version.
Signed-off-by: Eric Sesterhenn <[EMAIL PROTECTED]>
--- linux-2.6.19-rc3-git1/net/atm/lec.c.orig2006-10-26 20:21:48.0
+0200
+++ linux-2.6.19-rc3-git1/net/atm/lec.c 2006-10-26 20:23:28.0 +0200
@@ -1
hi,
replace open coded kmemdup() to save some screen space,
and allow inlining/not inlining to be triggered by gcc.
Signed-off-by: Eric Sesterhenn <[EMAIL PROTECTED]>
--- linux-2.6.19-rc3-git1/net/atm/lec.c.orig2006-10-26 20:21:48.0
+0200
+++ linux-2.6.19-rc3-git1/net/atm
hi,
coverity spotted two dev_alloc_skb() calls,
where we use the return value without checking it
for NULL. This patch simply adds the check, including
the debug message that is used in all other dev_alloc_skb()
calls.
Signed-off-by: Eric Sesterhenn <[EMAIL PROTECTED]>
--- linux-2.6.1
hi,
coverity spotted this one as possible dereference in the dprintk(),
but since there is only one caller of svc_create_socket(), which always
passes a valid sin, we dont need this check.
Signed-off-by: Eric Sesterhenn <[EMAIL PROTECTED]>
--- linux-2.6.18-git7/net/sunrpc/svcsock.c.orig 2
hi,
this patch converts one if() BUG(); to BUG_ON();
so it can be safely optimized away.
Signed-off-by: Eric Sesterhenn <[EMAIL PROTECTED]>
--- linux-2.6.18-rc6/drivers/net/tokenring/tmspci.c.orig2006-09-06
23:32:41.0 +0200
+++ linux-2.6.18-rc6/drivers/net/tokenring/tm
Hi,
the coverity checker spotted that cred is always NULL
when we jump to out_err ( there is just one case, when
we fail to allocate the memory for cred )
This is Coverity ID #79
Signed-off-by: Eric Sesterhenn <[EMAIL PROTECTED]>
--- linux-2.6.17-rc1/net/sunrpc/auth_gss/auth_gss.
hi,
this patch converts drivers/net to kzalloc and kcalloc usage.
Compile tested with allyesconfig on i386
Signed-off-by: Eric Sesterhenn <[EMAIL PROTECTED]>
--- linux-2.6.17-rc1/drivers/net/bonding/bond_main.c.orig 2006-04-04
12:12:12.0 +0200
+++ linux-2.6.17-rc1/drive
hi,
this fixes a typo in sky2.c. Since skge.h also contains GM_RXE_SHT
i decided to change the c file and not the header.
Signed-off-by: Eric Sesterhenn <[EMAIL PROTECTED]>
--- linux-2.6.16-git6/drivers/net/sky2.c.orig 2006-03-23 18:02:16.0
+0100
+++ linux-2.6.16-git6/drive
hi,
this patch converts drivers/net to kzalloc usage.
Compile tested with allyes config.
It also fixes a bug in drivers/net/chelsio/espi.c, because
it called the memset() before checking if kmalloc failed.
Signed-off-by: Eric Sesterhenn <[EMAIL PROTECTED]>
--- linux-2.6.16-rc5-mm1/drive
12 matches
Mail list logo