Re: [PATCH] SCTP: Free the per-net sysctl table on net exit. v2
From: Martin Mokrejs <hidden>
Date: 2013-01-28 21:17:12
Also in:
linux-sctp
Hi Eric, Eric W. Biederman wrote:
Martin Mokrejs [off-list ref] writes:quoted
David Miller wrote:quoted
From: ebiederm@xmission.com (Eric W. Biederman) Date: Sun, 27 Jan 2013 19:25:11 -0800quoted
The typo is fixed in the patch this time in addition to my test tree.Applied, thanks for fixing this up Eric.I did check now how come that I patched my 3.7.4 on Jan 24. Looks like -head or -next has different namings. For me, the original patch applied fine. So far I haven't hit the memleak although it happened only once to me before the patch.The problem isn't that the patch doesn't apply the problem is that the patch did not build. The naming has not changed in the git history.quoted
But probably I can confirm say Tested-by:. # -rw-r--r-- 1 root root 8435 Jan 24 17:12 /usr/src/linux-3.7.4/net/sctp/sysctl.c -rw-rw-r-- 1 root root 8347 Jan 21 20:45 /usr/src/linux-3.7.4/net/sctp/sysctl.c.orig # ls -la /usr/src/linux-3.7.4/net/sctp/sysctl.o -rw-r--r-- 1 root root 246144 Jan 21 22:37 /usr/src/linux-3.7.4/net/sctp/sysctl.o # ls -la /usr/src/linux-3.7.4/arch/x86/boot/bzImage -rw-r--r-- 1 root root 3794592 Jan 21 22:45 /usr/src/linux-3.7.4/arch/x86/boot/bzImage #It doesn't look look like you rebuilt anything after you applied the changes to net/sctp/sysctl.c. sysctl.o and bzImage are both 3 days older.
Ah, I must have been really blind. Thanks for pointing that out. I should really start to do: make bzImage && make modules && make modules_install && cp arch/x86_64/boot/bzImage /boot/vmlinuz-$ver echo "silly me, make(1) did not delete the old bzImage" So I haven't tested the patch yet. doh. Provided I am running 3 days without reproducing the original memleak on an unpatched kernel I doubt I can easily prove it after a reboot. :( Will probably stay untested. But compiles fine here. ;-) Thanks, Martin