First  |  Prev |  Next  |  Last
Pages: 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
[PATCH] staging: adis16255: fix sysfs leak
Original code does not call sysfs_remove_group() on error. This can lead to NULL dereference. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/staging/adis16255/adis16255.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/drivers/staging/adis16255/adis16255.c b/drivers... 11 Aug 2010 04:56
[PATCH] staging: tm6000: fix memory leak
Original code doesn't call kfree(chip) on error. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/staging/tm6000/tm6000-alsa.c | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/staging/tm6000/tm6000-alsa.c b/drivers/staging/tm6000/tm6000-alsa.c index 087137d.... 11 Aug 2010 04:56
arch/microblaze: Removing dead CONTIGUOUS_PAGE_ALLOC config option
Christian Dietrich wrote: CONFIG_CONTIGUOUS_PAGE_ALLOC doesn't exist in Kconfig, therefore removing all references to it from the source. Applied. Thanks, Michal Signed-off-by: Christian Dietrich <qy03fugy(a)stud.informatik.uni-erlangen.de> --- arch/microblaze/include/asm/page.h | 3 --- ... 11 Aug 2010 04:56
[PATCH] staging: usbip: fix memory leak
If stub_probe() failed then do not increase interf_count. In original code sdev was leaked as its interf_count never reaches 0. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/staging/usbip/stub_dev.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/usbi... 11 Aug 2010 04:56
percpu: fix a mismatch between code and comment
On 08/11/2010 04:19 AM, Namhyung Kim wrote: When pcpu_build_alloc_info() searches best_upa value, it ignores current value if the number of waste units exceeds 1/3 of the number of total cpus. But the comment on the code says that it will ignore if wastage is over 25%. Modify the comment. Signed-off-... 11 Aug 2010 04:56
perf, tracing: add missing __percpu markups
On 08/11/2010 05:47 AM, Namhyung Kim wrote: ftrace_event_call->perf_events, perf_trace_buf, fgraph_data->cpu_data and some local variables are percpu pointers but were missing __percpu markup. Add it. Signed-off-by: Namhyung Kim <namhyung(a)gmail.com> Acked-by: Tejun Heo <tj(a)kernel.org> Thanks. -... 11 Aug 2010 10:21
[tip:perf/core] perf annotate: Cycle thru sorted lines with samples
Commit-ID: f1e9214cc99644101d957c5c660946c6f2f86d7c Gitweb: http://git.kernel.org/tip/f1e9214cc99644101d957c5c660946c6f2f86d7c Author: Arnaldo Carvalho de Melo <acme(a)redhat.com> AuthorDate: Tue, 10 Aug 2010 15:14:53 -0300 Committer: Arnaldo Carvalho de Melo <acme(a)redhat.com> CommitDate: Tue, 10 Aug 2010 ... 11 Aug 2010 03:51
[tip:perf/core] perf ui: Move ui_progress routines to separate file in util/ui/
Commit-ID: 34cea7f7c0620c964676eece258ef431a6608bce Gitweb: http://git.kernel.org/tip/34cea7f7c0620c964676eece258ef431a6608bce Author: Arnaldo Carvalho de Melo <acme(a)redhat.com> AuthorDate: Sun, 8 Aug 2010 19:56:47 -0300 Committer: Arnaldo Carvalho de Melo <acme(a)redhat.com> CommitDate: Tue, 10 Aug 2010 1... 11 Aug 2010 03:51
[tip:perf/core] perf ui hist browser: Fixup key bindings
Commit-ID: 4694153c252a6ae19704b5bb66466050256395a4 Gitweb: http://git.kernel.org/tip/4694153c252a6ae19704b5bb66466050256395a4 Author: Arnaldo Carvalho de Melo <acme(a)redhat.com> AuthorDate: Tue, 10 Aug 2010 15:50:07 -0300 Committer: Arnaldo Carvalho de Melo <acme(a)redhat.com> CommitDate: Tue, 10 Aug 2010 ... 11 Aug 2010 03:51
[tip:perf/core] perf symbols: Ignore mapping symbols on ARM
Commit-ID: 696b97a5d2de9e2b22699300835e675dfffe8592 Gitweb: http://git.kernel.org/tip/696b97a5d2de9e2b22699300835e675dfffe8592 Author: Dave Martin <dave.martin(a)linaro.org> AuthorDate: Mon, 9 Aug 2010 12:21:18 +0100 Committer: Arnaldo Carvalho de Melo <acme(a)redhat.com> CommitDate: Tue, 10 Aug 2010 16:10:3... 11 Aug 2010 03:51
First  |  Prev |  Next  |  Last
Pages: 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72