Re: [PATCH] ktest: Set CLOSE_CONSOLE_SIGNAL in the kvm.conf

2014-02-25 Thread MUNEDA Takahiro
Mon Sep 17 00:00:00 2001 From: MUNEDA Takahiro Date: Tue, 25 Feb 2014 15:32:35 -0500 Subject: [PATCH] ktest: Fixes a trivial typo Signed-off-by: MUNEDA Takahiro Cc: Satoru Takeuchi Cc: Steven Rostedt --- tools/testing/ktest/examples/kvm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion

Re: [PATCH] ktest: Set CLOSE_CONSOLE_SIGNAL in the kvm.conf

2014-02-25 Thread MUNEDA Takahiro
== From a1c7b948c47a6ea7b74225bf5698fdfb7199726a Mon Sep 17 00:00:00 2001 From: MUNEDA Takahiro muneda.takah...@jp.fujitsu.com Date: Tue, 25 Feb 2014 15:32:35 -0500 Subject: [PATCH] ktest: Fixes a trivial typo Signed-off-by: MUNEDA

Re: [PATCH v7 0/5] Reset PCIe devices to address DMA problem on kdump with iommu

2012-11-30 Thread MUNEDA Takahiro
problem specific to the platform. > - Resetting devices in setup_arch() (v2 and later patch) > This solution solves all problems I found so far. Thank you for updating a patchset. I have a server which raises PCI Error while system is rebooting when I set intel_iommu=on. With

Re: [PATCH v7 0/5] Reset PCIe devices to address DMA problem on kdump with iommu

2012-11-30 Thread MUNEDA Takahiro
problems I found so far. Thank you for updating a patchset. I have a server which raises PCI Error while system is rebooting when I set intel_iommu=on. With v7 on top of 3.7-rc7, I don't see any PCI Errors or other hardware related errors. So, Tested-by: MUNEDA Takahiro muneda.takah

[PATCH] Documentation/filesystems/proc.txt alignment

2012-10-23 Thread MUNEDA Takahiro
A word was left behind... Signed-off-by: MUNEDA Takahiro Cc: Davidlohr Bueso --- Documentation/filesystems/proc.txt |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/Documentation/filesystems/proc.txt b/Documentation/filesystems/proc.txt index a1793d6..df358b1 100644

[PATCH] Documentation/filesystems/proc.txt alignment

2012-10-23 Thread MUNEDA Takahiro
A word was left behind... Signed-off-by: MUNEDA Takahiro muneda.takah...@jp.fujitsu.com Cc: Davidlohr Bueso d...@gnu.org --- Documentation/filesystems/proc.txt |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/Documentation/filesystems/proc.txt b/Documentation

[PATCH 2.6.22-rc7] remove duplicate header include line

2007-07-04 Thread MUNEDA Takahiro
Hi, is included twice. This patch removes the duplication. I've confirmed the binary file with/without patch is completely same. Thanks, MUNE Remove duplicate header include line from arch/i386/kernel/pci-dma.c Signed-off-by: MUNEDA Takahiro <[EMAIL PROTECTED]> --- arch/i386/kern

[PATCH 2.6.22-rc7] remove duplicate header include line

2007-07-04 Thread MUNEDA Takahiro
Hi, linux/pci.h is included twice. This patch removes the duplication. I've confirmed the binary file with/without patch is completely same. Thanks, MUNE Remove duplicate header include line from arch/i386/kernel/pci-dma.c Signed-off-by: MUNEDA Takahiro [EMAIL PROTECTED] --- arch/i386/kernel

[PATCH] PCI: fix pci_remove_legacy_files() crash

2005-02-03 Thread MUNEDA Takahiro
Hi, The legacy_io which is the member of pci_bus struct might be NULL. It should be checked. This patch checks 'b->legacy_io', NULL or not. Signed-off-by: MUNEDA Takahiro <[EMAIL PROTECTED]> --- probe.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff -Npur

[PATCH] PCI: fix pci_remove_legacy_files() crash

2005-02-03 Thread MUNEDA Takahiro
Hi, The legacy_io which is the member of pci_bus struct might be NULL. It should be checked. This patch checks 'b-legacy_io', NULL or not. Signed-off-by: MUNEDA Takahiro [EMAIL PROTECTED] --- probe.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff -Npur a/drivers/pci