[PATCH] rtc-core: fix memory leak
The idr should be destroyed when the module is unloaded. Found with kmemleak. Signed-off-by: Aaro Koskinen <aaro.koskinen(a)nokia.com> Cc: stable <stable(a)kernel.org> --- drivers/rtc/class.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/rtc/class.c b/drivers/rtc/class.c index... 15 Feb 2010 12:04
linux-next: Tree for February 15 (staging/dt3155)
On 02/15/10 00:49, Stephen Rothwell wrote: Hi all, Changes since 20100212: 1/ dt3155 tries to use arbitrary divide & modulus. This fails on i386: ERROR: "__udivdi3" [drivers/staging/dt3155/dt3155.ko] undefined! ERROR: "__umoddi3" [drivers/staging/dt3155/dt3155.ko] undefined! 2/ since DT3155 dep... 15 Feb 2010 12:04
mm: Implement writeback livelock avoidance using page tagging
On Tue, Feb 16, 2010 at 03:21:27AM +1100, Nick Piggin wrote: Also, I wonder what you think about leaving the tags dangling when the loop bails out early? I have a *slight* concern about this because previously we never have a tag set when radix_tree_delete is called. I actually had a bug in that code in ear... 15 Feb 2010 12:04
fs: Add flags to __d_path for suppressing suffix and mapping /proc/self
On Mon, Feb 15, 2010 at 11:15:23AM -0500, Christoph Hellwig wrote: On Mon, Feb 15, 2010 at 11:11:37PM +0900, Tetsuo Handa wrote: This patch allows __d_path() to (1) suppress " (deleted)" suffix if dentry was already deleted This part looks fine to me. Not to me. It should be __d_path(... int ... 15 Feb 2010 12:04
fs: Add flags to __d_path for suppressing suffix and mapping /proc/self
On Mon, Feb 15, 2010 at 11:11:37PM +0900, Tetsuo Handa wrote: This patch allows __d_path() to (1) suppress " (deleted)" suffix if dentry was already deleted This part looks fine to me. (2) convert /proc/PID to /proc/self if dentry is under /proc/self directory This not. If you security module is broke... 15 Feb 2010 12:04
radix-tree: Implement function radix_tree_gang_tag_if_tagged
On Fri, Feb 12, 2010 at 12:06:22AM +0100, Jan Kara wrote: Implement function for setting one tag if another tag is set for each item in given range. Signed-off-by: Jan Kara <jack(a)suse.cz> --- include/linux/radix-tree.h | 3 ++ lib/radix-tree.c | 82 +++++++++++++++++++++++++++++++++... 15 Feb 2010 12:04
[PATCH] Staging: comedi: pcmad: fixed a brace coding style issue
Fixed a coding style issue Signed-off-by: Stefan Schick <steve12123(a)yahoo.de> --- drivers/staging/comedi/drivers/pcmad.c | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/staging/comedi/drivers/pcmad.c b/drivers/staging/comedi/drivers/pcmad.c index acac670..61b9063 100644 ... 15 Feb 2010 12:04
tun: linux socket filter support
On Sunday 14 February 2010, Michael S. Tsirkin wrote: tun module already support RX filtering, however, this is limited to filtering by mac address. For virtio host, we also need filtering by vlan. Rather than adding this directly, it seems cleaner to add generic socket filter support. Great idea,... 17 Feb 2010 20:12
[GIT pull] timer fixes for 2.6.33
Linus, Please pull the latest timers-fixes-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git timers-fixes-for-linus Thanks, tglx ------------------> Peter Zijlstra (1): hrtimer, softirq: Fix hrtimer->softirq trampoline kernel/softirq.c | 15 +... 15 Feb 2010 10:56
[PATCH 0/3 V2] staging: r8187se: Miscellaneous cleanups
This series of patches comprise further cleanups of the staging driver. 1. Remove dead routine from r8180_core.c. 2. Remove two private variables that have a fixed value. 3. Remove dead code from r8185b_init.c. Signed-off-by: Larry Finger <Larry.Finger(a)lwfinger.net> --- Patch 1: r8180_core.c | 37 ... 15 Feb 2010 10:56