First  |  Prev |  Next  |  Last
Pages: 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890
[PATCH -mm 1/2] scsi: remove dma_is_consistent usage in 53c700
53c700 is the only user of dma_is_consistent(): BUG_ON(!dma_is_consistent(hostdata->dev, pScript) && L1_CACHE_BYTES < dma_get_cache_alignment()); The above code tries to see if the system can allocate coherent memory or not. It's for some old systems that can't allocate coherent memory at all (e.g some parisc s... 27 Jun 2010 07:23
block: fix leaks associated with discard request payload
On Sun, 27 Jun 2010 11:26:52 +0200 Christoph Hellwig <hch(a)lst.de> wrote: On Sun, Jun 27, 2010 at 05:49:29PM +0900, FUJITA Tomonori wrote: On Sat, 26 Jun 2010 15:56:50 -0400 Mike Snitzer <snitzer(a)redhat.com> wrote: Fix leaks introduced via "block: don't allocate a payload for discard ... 1 Jul 2010 11:05
[PATCH] net/Makefile: conditionally descend to wireless and ieee802154
Don't descend to wireless and ieee802154 unless they are actually used. Signed-off-by: Nicolas Kaiser <nikai(a)nikai.net> --- net/Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/Makefile b/net/Makefile index cb7bdc1..41d4200 100644 --- a/net/Makefile +++ b/net/Makefile... 27 Jun 2010 06:19
block: defer the use of inline biovecs for discard requests
On Sat, Jun 26, 2010 at 03:56:51PM -0400, 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 payload to the discard request via blk_add_request_payload. bio_{enable,disable}_inline_vecs are not ... 28 Jun 2010 09:29
block: fix leaks associated with discard request payload
On Sun, Jun 27, 2010 at 05:49:29PM +0900, FUJITA Tomonori wrote: On Sat, 26 Jun 2010 15:56:50 -0400 Mike Snitzer <snitzer(a)redhat.com> wrote: Fix leaks introduced via "block: don't allocate a payload for discard request" commit a1d949f5f44. sd_done() is not called for REQ_TYPE_BLOCK_PC com... 30 Jun 2010 07:34
[PATCH] vhost: break out of polling loop on error
When ring parsing fails, we currently handle this as ring empty condition. This means that we enable kicks and recheck ring empty: if this not empty, we re-start polling which of course will fail again. Instead, let's return a negative error code and stop polling. Signed-off-by: Michael S. Tsirkin <mst(a)redhat.... 27 Jun 2010 05:15
drivers: bluetooth: bluecard_cs.c: Fixed include error, changed to linux/io.h
* Cody Rester <codyrester(a)gmail.com> [2010-06-27 02:12:22 -0400]: 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/bluec... 2 Jul 2010 01:31
[PATCH 2/5]security:ebitmap.c Fix warning: variable 'e_sft' set but not used
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 this warning for me. (please check this whenever you have time). S... 27 Jun 2010 03:06
[PATCH 4/5]block:cryptoloop Fix warning: variable 'cipher' set but not used
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 have a look and let me know. Signed-off-by: Justin P. Mattock... 27 Jun 2010 03:06
[PATCH 1/5]security:key.c Fix warning: variable 'key' set but not used
building with gcc 4.6 I'm getting a warning message: CC security/keys/keyctl.o security/keys/keyctl.c: In function 'keyctl_describe_key': security/keys/keyctl.c:472:14: warning: variable 'key' set but not used After reading key.h I noticed it says this: NOTE! key_ref_t is a typedef'd pointer to a type that... 27 Jun 2010 03:06
First  |  Prev |  Next  |  Last
Pages: 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890