First  |  Prev |  Next  |  Last
Pages: 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284
Attempted summary of suspend-blockers LKML thread
Rushing in where angels fear to tread... I had been quite happily ignoring the suspend-blockers controversy. However, now that I have signed up for the Linaro project that involves embedded battery-powered devices, I find that ignorance is no longer bliss. I have therefore reviewed much of the suspend-blocker/wa... 11 Aug 2010 21:21
[PATCH 6/7] usb: iowarrior: fix misuse of return value of copy_to_user()
copy_to_user() returns number of not copied bytes, not error code. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/usb/misc/iowarrior.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/usb/misc/iowarrior.c b/drivers/usb/misc/iowarrior.c index 2de49c8..bc88c79 ... 31 Jul 2010 13:59
[PATCH 7/7] usb: adutux: fix misuse of return value of copy_to_user()
copy_to_user() returns number of not copied bytes, not error code. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/usb/misc/adutux.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/usb/misc/adutux.c b/drivers/usb/misc/adutux.c index d240de0..801324a 100644 ---... 31 Jul 2010 13:59
[PATCH 3/7] usb: goku_udc: fix error path
create_proc_read_entry() may fail, if so return -ENOMEM. Also call pci_set_drvdata() a bit earlier as private data is used in cleanup code. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/usb/gadget/goku_udc.c | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/driv... 31 Jul 2010 13:59
[PATCH 5/7] usb: omap_udc: check return value of proc_create()
proc_create() may fail, if so return -ENOMEM. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/usb/gadget/omap_udc.c | 16 +++++++++++----- 1 files changed, 11 insertions(+), 5 deletions(-) diff --git a/drivers/usb/gadget/omap_udc.c b/drivers/usb/gadget/omap_udc.c index f81e4f0..1083216 10064... 31 Jul 2010 13:59
[PATCH 1/7] 68328serial: check return value of copy_*_user() instead of access_ok()
As copy_*_user() calls access_ok() it should not be called explicitly. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/serial/68328serial.c | 29 ++++++++++------------------- 1 files changed, 10 insertions(+), 19 deletions(-) diff --git a/drivers/serial/68328serial.c b/drivers/serial/68328se... 31 Jul 2010 13:59
[PATCH 2/2] x86-32: Directly access per-cpu GDT
Use a direct per-cpu reference for the GDT instead of using a scratch register. Signed-off-by: Brian Gerst <brgerst(a)gmail.com> --- arch/x86/kernel/entry_32.S | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/arch/x86/kernel/entry_32.S b/arch/x86/kernel/entry_32.S index cd4914... 31 Jul 2010 12:53
[PATCH 1/2] x86-64: Directly access per-cpu IST
Use a direct per-cpu reference for the IST instead of using a scratch register. Signed-off-by: Brian Gerst <brgerst(a)gmail.com> --- arch/x86/kernel/entry_64.S | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/x86/kernel/entry_64.S b/arch/x86/kernel/entry_64.S index 4db7c4d..59... 31 Jul 2010 12:53
[PATCH] video: igafb: introduce lost 'return'
If iga_init() fails, code releases resources and continues to use it. It seems that after releasing resources 'return' should be. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/video/igafb.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/video/igafb.c b/driver... 31 Jul 2010 12:53
You Have Won $650,500.00
-- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ... 31 Jul 2010 12:53
First  |  Prev |  Next  |  Last
Pages: 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284