First  |  Prev |  Next  |  Last
Pages: 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891
[PATCH 0/5] Fix gcc 4.6.0 set but unused variable warnings
This set of patches fixes some warning messages generated by gcc 4.6.0. Please have a look at these if/when you have the time, and let me know what might be changed etc.. cheers, Justin P. Mattock -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message t... 27 Jun 2010 03:06
[PATCH 3/5]acpi:glue.c Fix warning: variable 'ret' set but not used
Im getting a warning message when building with gcc 4.6.0 CC drivers/acpi/glue.o drivers/acpi/glue.c: In function 'acpi_bind_one': drivers/acpi/glue.c:163:7: warning: variable 'ret' set but not used The below fixes it for me. Please have a look when you have time and let me know(bit confused with the back... 27 Jun 2010 03:06
[PATCH] drivers: bluetooth: bluecard_cs.c: Fixed include error, changed to linux/io.h
Fixed include error, changed to linux/io.h Signed-off-by: Cody Rester <codyrester(a)gmail.com> --- drivers/bluetooth/bluecard_cs.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/bluetooth/bluecard_cs.c b/drivers/bluetooth/bluecard_cs.c index d9bf87c..89a4455 100644 --- a/driv... 27 Jun 2010 03:06
ISDN: hysdn, fix potential NULL dereference
From: Jiri Slaby <jslaby(a)suse.cz> Date: Tue, 22 Jun 2010 13:41:36 +0200 Stanse found that lp is dereferenced earlier than checked for being NULL in hysdn_rx_netpkt. Move the initialization below the test. Signed-off-by: Jiri Slaby <jslaby(a)suse.cz> Applied. -- To unsubscribe from this list: send the... 27 Jun 2010 02:03
[PATCH v3] Documentation/sysctl/vm.txt typo
Fix trivial typo: duplicated word. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> diff --git a/Documentation/sysctl/vm.txt b/Documentation/sysctl/vm.txt index 5fdbb61..82b2da1 100644 --- a/Documentation/sysctl/vm.txt +++ b/Documentation/sysctl/vm.txt @@ -196,7 +196,7 @@ controlled by this knob are discuss... 27 Jun 2010 00:58
vmscan: shrink_slab() require number of lru_pages, not page order
On Fri, Jun 25, 2010 at 11:07 PM, Christoph Lameter <cl(a)linux-foundation.org> wrote: On Fri, 25 Jun 2010, KOSAKI Motohiro wrote: Fix simple argument error. Usually 'order' is very small value than lru_pages. then it can makes unnecessary icache dropping. This is going to reduce the delta that is ad... 15 Jul 2010 22:00
Documentation/kbuild: fixed typos and wording
On Sat, 26 Jun 2010 15:00:21 +0200 Nicolas Kaiser wrote: Fixed some typos and wording. Signed-off-by: Nicolas Kaiser <nikai(a)nikai.net> Acked-by: Randy Dunlap <randy.dunlap(a)oracle.com> Thanks. --- Documentation/kbuild/kbuild.txt | 8 ++++---- Documentation/kbuild/makefiles.txt | 20 ... 28 Jun 2010 17:16
[PATCH] staging/easycap: Add dependencies to Kconfig
The "depends on" line was inadvertently omitted from the inaugural patch. Signed-off-by: Mike Thomas <rmthomas(a)sciolus.org> --- drivers/staging/easycap/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/staging/easycap/Kconfig b/drivers/staging/easycap/Kconfig index 9bff7... 26 Jun 2010 17:24
Make lib/bug.c WARN implementation match the kernel/panic.c one
On Sun, Jun 27, 2010 at 05:10:59AM +1000, Anton Blanchard wrote: There are a few issues with the exception based WARN implementation in lib/bug.c: - Inconsistent printk flags. The "cut here" line is printed at KERN_EMERG, so the console and all logged in users see the single line: ---------... 26 Jun 2010 16:18
[PATCH 2/2] block: defer the use of inline biovecs for discard requests
Don't alloc discard bio with a biovec in blkdev_issue_discard. Doing so means bio_has_data() will not be true until the SCSI layer adds the payload to the discard request via blk_add_request_payload. bio_{enable,disable}_inline_vecs are not expected to be widely used so they were exported using EXPORT_SYMBOL_GPL... 26 Jun 2010 16:18
First  |  Prev |  Next  |  Last
Pages: 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891