Isaku Yamahata
2007-Jan-05 03:19 UTC
[Xen-devel] [PATCH]fix xencomm_copy_{from, to}_guest.
fix xencomm_copy_{from, to}_guest. It should not call paddr_to_maddr() with invalid address. Originally this issue was found in xen/ia64 xencomm code and in fact I didn''t test this patch because currently ia64 xencomm forked from common code. They should be consolidated somehow. -- yamahata _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Hollis Blanchard
2007-Jan-08 22:51 UTC
[Xen-devel] Re: [XenPPC] [PATCH]fix xencomm_copy_{from, to}_guest.
On Fri, 2007-01-05 at 12:19 +0900, Isaku Yamahata wrote:> fix xencomm_copy_{from, to}_guest. > It should not call paddr_to_maddr() with invalid address.Thanks Yamahata-san! I''ve asked Jerone (CCed) to give this a quick test.> Originally this issue was found in xen/ia64 xencomm code and > in fact I didn''t test this patch because currently ia64 xencomm forked > from common code. They should be consolidated somehow.I couldn''t agree more. I''ve posted comments on that before; please let me know if anybody on the ia64 side has questions about it. -- Hollis Blanchard IBM Linux Technology Center _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Jerone Young
2007-Jan-08 23:15 UTC
[Xen-devel] Re: [XenPPC] [PATCH]fix xencomm_copy_{from, to}_guest.
Just quickly tried it out and my js20 blade boots without issue with this patch. On Mon, 2007-01-08 at 16:51 -0600, Hollis Blanchard wrote:> On Fri, 2007-01-05 at 12:19 +0900, Isaku Yamahata wrote: > > fix xencomm_copy_{from, to}_guest. > > It should not call paddr_to_maddr() with invalid address. > > Thanks Yamahata-san! I''ve asked Jerone (CCed) to give this a quick test. > > > Originally this issue was found in xen/ia64 xencomm code and > > in fact I didn''t test this patch because currently ia64 xencomm forked > > from common code. They should be consolidated somehow. > > I couldn''t agree more. I''ve posted comments on that before; please let > me know if anybody on the ia64 side has questions about it. > > -- > Hollis Blanchard > IBM Linux Technology Center >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Jerone Young
2007-Jan-09 19:24 UTC
[Xen-devel] Re: [XenPPC] [PATCH]fix xencomm_copy_{from, to}_guest.
Keir, can you commit this patch to the tree. It has been tested and does not appear to cause any issues. Signed-off-by: Jerone Young <jyoung5@us.ibm.com> On Fri, 2007-01-05 at 12:19 +0900, Isaku Yamahata wrote:> fix xencomm_copy_{from, to}_guest. > It should not call paddr_to_maddr() with invalid address. > > Originally this issue was found in xen/ia64 xencomm code and > in fact I didn''t test this patch because currently ia64 xencomm forked > from common code. They should be consolidated somehow. > > -- > yamahata > _______________________________________________ > Xen-ppc-devel mailing list > Xen-ppc-devel@lists.xensource.com > http://lists.xensource.com/xen-ppc-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel