search for: iwamatsu

Displaying 20 results from an estimated 28 matches for "iwamatsu".

Did you mean: hiramatsu
2010 Apr 06
1
[patch v2] dash fix for job control off warning
...hpa at zytor.com> ----- Date: Mon, 29 Mar 2010 15:07:01 -0700 From: "H. Peter Anvin" <hpa at zytor.com> To: maximilian attems <max at stro.at> Cc: Colin Watson <cjwatson at ubuntu.com>, klibc at zytor.com, Herbert Xu <herbert at gondor.apana.org.au>, Nobuhiro Iwamatsu <iwamatsu at nigauri.org> Subject: Re: [klibc] dash fix for job control off warning There seems to be a problem with the new version of dash with job control off. I can't tell if it is just a warning or is a manifest bug. usr/dash/trap.c: In function `exitshell': usr/dash/trap.c:37...
2008 Jul 16
0
[PATCH] pcifront/pciback: Fix Handling of Device Disconnect
...e gnttab foreign access before pciback unmaps the ring. This patch corrects the handling of pcifront/pciback destruction sequence. Firstly pcifront cleans up root buses to ensure no more pci_op is issued, then pciback unmaps the shared ring and finally devices are discarded. Signed-off-by: Yosuke Iwamatsu <y-iwamatsu@ab.jp.nec.com> Regards, ----------------------- Yosuke Iwamatsu NEC Corporation _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2009 Jan 06
0
[PATCH] xend: Fix error handling in device_create()
This is a small fix of the error handling in device_create(). Signed-off-by: Yosuke Iwamatsu <y-iwamatsu@ab.jp.nec.com> Regards, ----------------------- Yosuke Iwamatsu NEC Corporation _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2012 May 18
1
[sh4] klibc SIGILL
Hi sh4 porters, I?ve just fixed a regression of klibc to build from source on sh4 using the sumotsu.debian.net porterbox (thanks for making one available) and found a problem with your archi- tecture: all binaries built with klibc (shared and static) get a SIGILL (illegal instruction). I suspect that different CFLAGS are needed. Please, someone, have a look at it; a release of klibc 2.0 upstream
2013 Oct 31
0
Processed (with 2 errors): notfound 706747 in 3.2p1.4-28.1, tagging 706747, fixed 676134 in 3.8.5-2, found 725433 in 2.0.19-2 ...
...] bind9: CVE-2013-4854: A specially crafted query can cause BIND to terminate abnormally Marked as fixed in versions bind9/1:9.9.3.dfsg.P2-2. > notfixed 713543 src:cairo-dock-plug-ins/3.2.1-1 Unknown command or malformed arguments to command. > fixed 713543 3.2.1-1 Bug #713543 {Done: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>} [src:cairo-dock-plug-ins] cairo-dock-plug-ins: FTBFS: cairo-dock-gio-vfs.h:24:37: fatal error: cairo-dock-file-manager.h: No such file or directory Marked as fixed in versions cairo-dock-plug-ins/3.2.1-1. > notfound 713089 0.10.1-1 Bug #713089 {Done: Simon McVitt...
2010 Apr 02
2
(fwd) dash fix for job control off warning
...hpa at zytor.com> ----- Date: Mon, 29 Mar 2010 15:07:01 -0700 From: "H. Peter Anvin" <hpa at zytor.com> To: maximilian attems <max at stro.at> Cc: Colin Watson <cjwatson at ubuntu.com>, klibc at zytor.com, Herbert Xu <herbert at gondor.apana.org.au>, Nobuhiro Iwamatsu <iwamatsu at nigauri.org> Subject: Re: [klibc] [git pull v3] dash, sh4, ipconfig, dprintf, fstype, README's On 03/27/2010 05:58 PM, maximilian attems wrote: > hello hpa! > > added on top of queue ext4 fix, that Ubuntu is carrying from cjwatson. > Got missed out in previous...
2008 May 15
7
PCI Passthrough using GART on AMD CPUs?
Hey everyone, I realize that people asking about PCI passthrough has been thoroughly beaten to death many a time, however I couldn''t find the answer to these questions anywhere (and I''d really like to know :P) so please just bare with me. I know the GART built into AMD chipsets can act as a "mini IOMMU" and do DMA translation but not protection/isolation. However,
2007 Dec 17
0
[PATCH] Xend: Fix PCI Device Configuration
Xend doesn''t correctly work after restart, when there is a domU which owns a pci device (driver domain). This patch fixes the problem. Regards, ------------------- Yosuke Iwamatsu NEC Corporation _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Feb 21
0
[PATCH] pciback: Fix Destroying pcifront/pciback
Hi, It seems that destroying pcifront/pciback always fails on current xen. This patch fixes the problem, making pciback switch to "Closed" state after pcifront switched to "Closing" state. Regards, ------------------- Yosuke Iwamatsu NEC Corporation _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 May 07
0
[PATCH] XM/XenAPI: Enable console other_config to be passed through Xen API
Currently console class''s "other_config" parameters (such as "vnclisten" and "vncpasswd") are not passed to xend when creating a domain by xm command through xen-api. The attached patch fixes this problem. Regards, ----------------------- Yosuke Iwamatsu NEC Corporation _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Jul 02
0
[PATCH][2/3] XenAPI: Add Direct PCI Assignment (DPCI) Support
...virtual_slot virtual_func virtual_name <- domain:bus:slot:func that is seen from guest. RPCs for DPCI class: create(session_id, dpci_record) destroy(session_id, dpci_ref) ----------------------------------------- Regards, ----------------------- Yosuke Iwamatsu NEC Corporation _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Jul 31
0
[PATCH] XM on XenAPI: Enable ''xm pci-attach/detach'' via XenAPI
This patch enables ''xm pci-attach/detach'' commands to be executed via xen-api. Regards, ----------------------- Yosuke Iwamatsu NEC Corporation _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2009 Mar 23
0
[PATCH 2/2] PVUSB: correct the license headers (frontend part)
This patch correct the license headers of the PVUSB frontend driver. Signed-off-by: Noboru Iwamatsu <n_iwamatsu@jp.fujitsu.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2010 Mar 22
1
[git pull] dash, sh4, README's
...Meyering (1): [klibc] [PARSER] Fix syntax array size Larry Doolittle (1): [klibc] [JOBS] Fix cmdtxt crash on if statements Mark Mentovai (1): [klibc] [BUILD] Fixed build on OS X Matthew Burgess (1): [klibc] [BUILTIN] Add another missing LC_COLLATE to mkbuiltins Nobuhiro Iwamatsu (1): [klibc] sh4 build fix Oleg Verych (3): [klibc] [BUILTIN] test: White space fixes [klibc] [BUILTIN] test: little size and speed optimizations [klibc] [BUILTIN] Disallow completely blank strings in non-arithmetic context. Richard M Kreuter (1): [klibc] [BUILTIN] A...
2008 Jul 12
26
[PATCH] Improve the current FLR logic
Hi, all, The attached patches try to improve the current FLR logic. The idea is: removing the FLR logic from hypervisor and adding the improved logic in Control Panel. The current FLR logic in hypervisor has some issues: 1) Dstate transition is not guaranteed to properly clear the device state; 2) the current code for PCIe FLR is actually buggy: PCI_EXP_DEVSTA_TRPND doesn''t mean the
2010 Apr 16
0
[git pull v4] dash, sh4, ipconfig, dprintf, fstype, README's
...ibc] [JOBS] Fix cmdtxt crash on if statements Mark Mentovai (1): [klibc] [BUILD] Fixed build on OS X Matthew Burgess (1): [klibc] [BUILTIN] Add another missing LC_COLLATE to mkbuiltins Mike Waychison (1): [klibc] ipconfig: Use memcpy to avoid strict aliasing warnings. Nobuhiro Iwamatsu (1): [klibc] sh4 build fix Oleg Verych (3): [klibc] [BUILTIN] test: White space fixes [klibc] [BUILTIN] test: little size and speed optimizations [klibc] [BUILTIN] Disallow completely blank strings in non-arithmetic context. Richard M Kreuter (1): [klibc] [BUILTIN] A...
2010 Apr 16
0
[PATCH] pull faccessat() system call
...ibc] [JOBS] Fix cmdtxt crash on if statements Mark Mentovai (1): [klibc] [BUILD] Fixed build on OS X Matthew Burgess (1): [klibc] [BUILTIN] Add another missing LC_COLLATE to mkbuiltins Mike Waychison (1): [klibc] ipconfig: Use memcpy to avoid strict aliasing warnings. Nobuhiro Iwamatsu (1): [klibc] sh4 build fix Oleg Verych (3): [klibc] [BUILTIN] test: White space fixes [klibc] [BUILTIN] test: little size and speed optimizations [klibc] [BUILTIN] Disallow completely blank strings in non-arithmetic context. Richard M Kreuter (1): [klibc] [BUILTIN] A...
2010 Mar 28
1
[git pull v3] dash, sh4, ipconfig, dprintf, fstype, README's
...ibc] [JOBS] Fix cmdtxt crash on if statements Mark Mentovai (1): [klibc] [BUILD] Fixed build on OS X Matthew Burgess (1): [klibc] [BUILTIN] Add another missing LC_COLLATE to mkbuiltins Mike Waychison (1): [klibc] ipconfig: Use memcpy to avoid strict aliasing warnings. Nobuhiro Iwamatsu (1): [klibc] sh4 build fix Oleg Verych (3): [klibc] [BUILTIN] test: White space fixes [klibc] [BUILTIN] test: little size and speed optimizations [klibc] [BUILTIN] Disallow completely blank strings in non-arithmetic context. Richard M Kreuter (1): [klibc] [BUILTIN] A...
2013 Aug 29
0
[linux-linus test] 18805: regressions - FAIL
...shanth Menon <nm@ti.com> Nithin Nayak Sujir <nsujir@broadcom.com> Nitin A. Kamble <nitin.a.kamble@intel.com> Nitin Gupta <ngupta@vflare.org> Niu Yawei <yawei.niu@intel.com> Nivedita Singhvi <niv@us.ibm.com> Noam Camus <noamc@ezchip.com> Noboru Iwamatsu <n_iwamatsu@jp.fujitsu.com> Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Noguchi Kazutosi <linux@scaltinof.net> Norbert Preining <preining@logic.at> Octavian Moraru <octmoraru@gmail.com> Octavian Purdil...
2013 Aug 29
0
[linux-linus test] 18844: regressions - FAIL
...shanth Menon <nm@ti.com> Nithin Nayak Sujir <nsujir@broadcom.com> Nitin A. Kamble <nitin.a.kamble@intel.com> Nitin Gupta <ngupta@vflare.org> Niu Yawei <yawei.niu@intel.com> Nivedita Singhvi <niv@us.ibm.com> Noam Camus <noamc@ezchip.com> Noboru Iwamatsu <n_iwamatsu@jp.fujitsu.com> Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Noguchi Kazutosi <linux@scaltinof.net> Norbert Preining <preining@logic.at> Octavian Moraru <octmoraru@gmail.com> Octavian Purdil...