[PATCH v2 17/18] IB/ucm: clean whitespace errors
As shown when 'let c_space_errors=1' is set in vim. Signed-off-by: Alex Chiang <achiang(a)hp.com> --- drivers/infiniband/core/ucm.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/infiniband/core/ucm.c b/drivers/infiniband/core/ucm.c index 1203ca4..7bf0a82 100644 --- a/d... 2 Feb 2010 22:19
[PATCH v2 14/18] IB/ucm: use stack variable 'devnum' in ib_ucm_add_one
This change is not useful by itself, but sets us up for a future change that allows us to dynamically allocate device numbers in case we have more than IB_UCM_MAX_DEVICES in the system. Signed-off-by: Alex Chiang <achiang(a)hp.com> --- drivers/infiniband/core/ucm.c | 12 +++++++----- 1 files changed, 7 inser... 2 Feb 2010 22:19
mips: use generic ptrace_resume code
On Tue, Feb 02, 2010 at 07:59:58PM +0100, Christoph Hellwig wrote: Use the generic ptrace_resume code for PTRACE_SYSCALL, PTRACE_CONT and PTRACE_KILL. Also the TIF_SYSCALL_TRACE thread flag is now cleared on PTRACE_KILL which it previously wasn't which is consistent with all architectures using t... 2 Feb 2010 22:19
readahead: dont do start-of-file readahead after lseek()
On Tue, 2 Feb 2010, Wu Fengguang wrote: Some applications (eg. blkid, id3tool etc.) seek around the file to get information. For example, blkid does seek to 0 read 1024 seek to 1536 read 16384 The start-of-file readahead heuristic is wrong for them, whose acce... 25 Feb 2010 18:14
[PATCH 6/6] xen/hybrid: Enable grant table and xenbus
> +#define GNTTAB_START 0xfbfe0000ul +#define GNTTAB_SIZE 0x20000ul Is it possible that there would be a PCI device that would be passed in the guest that would conflict with the above mentioned E820 region? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a ... 2 Feb 2010 22:18
[PATCH v3 5/7] TCPCT part 2e: accept SYNACK data
When accompanied by cookie option, Initiator (client) queues incoming SYNACK transaction data. This is a straightforward re-implementation of an earlier (year-old) patch that no longer applies cleanly, with permission of the original author (Adam Langley). The patch was previously reviewed: http://thread.... 2 Feb 2010 22:18
[PATCH 1/7] net: tcp_header_len_th and tcp_option_len_th
Redefine two TCP header functions to accept TCP header pointer. When subtracting, return signed int to allow error checking. These functions will be used in subsequent patches that implement additional features. Signed-off-by: William.Allen.Simpson(a)gmail.com --- include/linux/tcp.h | 12 ++++++++++++ 1 ... 2 Feb 2010 22:17
[PATCH 0/7] tcp: bugs and cleanup updated to 2.6.33-rc6
Combination of patches reported in October, November, December, and January. These patches fix perceived bugs, and other cleanup. This code has had previous review and several months of limited testing. Some portions were removed during the various TCPCT part 1 patch splits, then were cut off by the sudden une... 2 Feb 2010 22:17
WARNING: at arch/x86/kernel/hpet.c:404 hpet_next_event+0x7d/0x90()
This is still happening on 2.6.33-rc6-git1 running x86_64 kernel HW is a Core i7-860 on an ASUS P7P55D Deluxe m/b I've seen this since atleast 2.6.31 series kernels... I seem to have seen other reports about this, and some errata fix & patch for this, but I cant find it right now... [ 11.668507] -----... 2 Feb 2010 22:17
isp1760: Flush the D-cache for the pipe-in transfer buffers
On Tue, 2010-02-02 at 12:08 +0000, Sebastian Andrzej Siewior wrote: * Catalin Marinas | 2010-02-02 11:11:35 [+0000]: When the HDC driver writes the data to the transfer buffers it pollutes the D-cache (unlike DMA drivers where the device writes the data). If the corresponding pages get mapped into us... 2 Feb 2010 22:17