First  |  Prev |  Next  |  Last
Pages: 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880
block: defer the use of inline biovecs for discard requests
On 2010-06-28 14:37, Mike Snitzer wrote: On Mon, Jun 28 2010 at 8:34am -0400, Jens Axboe <axboe(a)kernel.dk> wrote: On 2010-06-26 21:56, Mike Snitzer wrote: 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... 28 Jun 2010 09:29
acpi:glue.c Fix warning: variable 'ret' set but not used
Justin P. Mattock <justinmattock(a)gmail.com> wrote: + if (ret) { + printk(KERN_WARNING "dev%d: Failed to get exception\n", ret); + } That's not a good warning because it's a meaningless string and you're passing the error number to the dev%d. Better would perhaps be: "dev%d: Failed to create ph... 31 Jul 2010 15:04
security:ebitmap.c Fix warning: variable 'e_sft' set but not used
Justin P. Mattock <justinmattock(a)gmail.com> wrote: gcc is giving me this during compiling: CC security/selinux/ss/ebitmap.o security/selinux/ss/ebitmap.c: In function 'ebitmap_netlbl_import': security/selinux/ss/ebitmap.c:159:27: warning: variable 'e_sft' set but not used The below fixes thi... 28 Jun 2010 09:29
block:cryptoloop Fix warning: variable 'cipher' set but not used
Justin P. Mattock <justinmattock(a)gmail.com> wrote: Im getting this when compiling on gcc 4.6.0 CC [M] drivers/block/cryptoloop.o drivers/block/cryptoloop.c: In function 'cryptoloop_init': drivers/block/cryptoloop.c:46:8: warning: variable 'cipher' set but not used The below fixes it for me. Please h... 28 Jun 2010 09:29
trivial: use ARRAY_SIZE
On 6/28/10 2:55 PM, Kulikov Vasiliy wrote: Change sizeof(x) / sizeof(*x) to ARRAY_SIZE(x). Signed-off-by: Kulikov Vasiliy<segooon(a)gmail.com> Acked-by: Pekka Enberg <penberg(a)cs.helsinki.fi> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vge... 20 Jul 2010 11:21
security:key.c Fix warning: variable 'key' set but not used
Justin P. Mattock <justinmattock(a)gmail.com> wrote: In this case the safest approach(in my mind) would be to just mark the integer __unused. Keep in mind though Im not certain if this is the right place for this value i.e. will this effect *instkey or not(please check). This is the wrong approach. Eit... 28 Jun 2010 09:29
[PATCH 1/1] Retrieve firmware for az6027
From: Renzo Dani <arons7(a)gmail.com> Signed-off-by: Renzo Dani <arons7(a)gmail.com> --- Documentation/dvb/get_dvb_firmware | 19 ++++++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-) diff --git a/Documentation/dvb/get_dvb_firmware b/Documentation/dvb/get_dvb_firmware index 239cbdb..507868b 1... 28 Jun 2010 08:24
[PATCH 2/2] x86: remove CONFIG_4KSTACKS
These days 4 kilobytes of stack just aren't enough for reliably operation, and people using lots of threads have long switched to 32-bit kernels, so remove the CONFIG_4KSTACKS option. Signed-off-by: Christoph Hellwig <hch(a)lst.de> Index: linux-2.6/arch/x86/Kconfig.debug =========================================... 28 Jun 2010 08:24
[PATCH 1/2] x86: always use irq stacks
IRQ stacks provide much better safety against unexpected stack use from interrupts, at the minimal downside of slightly higher memory usage. Enable irq stacks also for the default 8k stack on 32-bit kernels to minimize the problem of stack overflows through interrupt activity. This is what the 64-bit kernel and v... 28 Jun 2010 08:24
CFO: ACM Int. Conf. Multimedia Retrieval - ICMR2012
ICMR 2012 - Call for Organizers The ACM ICMR Steering Committee invites interested parties to submit proposals to host and organize the ACM International Conference on Multimedia Retrieval, ICMR2012 ICMR is the premier ACM scientific meeting aimed at illuminating the state of the art in multimedia retr... 28 Jun 2010 08:24
First  |  Prev |  Next  |  Last
Pages: 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880