First  |  Prev |  Next  |  Last
Pages: 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
ext4: Combine barrier requests coming from fsync
Can you try with the new barrier implementation in the [PATCH, RFC] relaxed barriers by making cache flushes just that and not complicated drain barrier it should speed this case up a lot. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.... 9 Aug 2010 20:07
batman-adv: design suggestions
Hi folks, I was reading batman-adv sources and noted: 1) Some incoming packets may cause a storm of error logs, such as at routing.c:862 if (icmp_packet->msg_type != ECHO_REQUEST) { pr_warning("Warning - can't forward icmp packet from %pM to " "%pM: ttl exceeded\n", icmp_packet->orig, ic... 13 Aug 2010 20:09
[GIT PULL] MSM video fixes for v2.6.36
Hi Linus, Please pull a couple of trial fixes for the MSM video driver. Thanks! The following changes since commit 7e27d6e778cd87b6f2415515d7127eba53fe5d02: Linux 2.6.35-rc3 (2010-06-11 19:14:04 -0700) are available in the git repository at: git://codeaurora.org/quic/kernel/dwalker/linux-msm.git msm... 9 Aug 2010 16:48
char: mxser: call disable_pci_device() if pci_probe() failed
On Mon, Aug 09, 2010 at 11:49:27PM +0400, Kulikov Vasiliy wrote: @@ -2564,8 +2564,11 @@ static int __devinit mxser_probe(struct pci_dev *pdev, /* vector */ ioaddress = pci_resource_start(pdev, 3); retval = pci_request_region(pdev, 3, "mxser(vector)"); - if (retval) - goto err_relio; + if (re... 9 Aug 2010 16:48
[PATCH v2 1/1] Char: mxser, call pci_disable_device from probe/remove
Sorry, I forgot to commit --amend. -- Vasiliy found that pci_disable_device is not called on fail paths in mxser_probe. Actually, it is called from nowhere in the driver. There are three changes needed: 1) don't use pseudo-generic mxser_release_res. Let's use it only from ISA paths from now on. All the p... 9 Aug 2010 16:48
[PATCH 1/1] Char: mxser, call pci_disable_device from probe/remove
Vasiliy found that pci_disable_device is not called on fail paths in mxser_probe. Actually, it is called from nowhere in the driver. There are three changes needed: 1) don't use pseudo-generic mxser_release_res. Let's use it only from ISA paths from now on. All the pci stuff is moved to probe and remove PC... 9 Aug 2010 16:48
perf, x86: try to handle unknown nmis with running perfctrs
On Mon, Aug 09, 2010 at 09:48:29PM +0200, Robert Richter wrote: On 06.08.10 10:21:31, Don Zickus wrote: On Fri, Aug 06, 2010 at 08:52:03AM +0200, Robert Richter wrote: I was playing around with it yesterday trying to fix this. My idea is to skip an unkown nmi if the privious nmi was a *handled... 13 Aug 2010 01:41
[PATCH 14/18 v2] staging: rtl8187se: call disable_pci_device() if pci_probe() failed
Driver should call disable_pci_device() if it returns from pci_probe() with error. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/staging/rtl8187se/r8180_core.c | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/drivers/staging/rtl8187se/r8180_core.c b/drivers/st... 9 Aug 2010 16:48
[PATCH 18/18 v2] staging: spectra: call disable_pci_device() if pci_probe() failed
Driver should call disable_pci_device() if it returns from pci_probe() with error. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/staging/spectra/lld_nand.c | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/staging/spectra/lld_nand.c b/drivers/staging/spect... 9 Aug 2010 16:48
[PATCH 04/18 v2] char: sx: call disable_pci_device() if pci_probe() failed
Driver should call disable_pci_device() if it returns from pci_probe() with error. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/char/sx.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/drivers/char/sx.c b/drivers/char/sx.c index 5b24db4..759563e 100644 --- a/dr... 9 Aug 2010 16:48
First  |  Prev |  Next  |  Last
Pages: 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98