On Wed, Sep 14, 2011 at 05:07:28PM -0400, jim burns wrote:
On Wed September 14 2011, 6:57:11 AM, Konrad Rzeszutek Wilk wrote:
On Wed, Sep 14, 2011 at 05:08:06AM -0400, Konrad Rzeszutek Wilk wrote:
commit 690dc11498b192db25762de77988224753517c96
Author: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
Date: Wed Sep 14 05:10:00 2011 -0400
xen/irq: Alter the locking to be a mutex.
I'll try to apply this to fedora's xen src rpm over the weekend. In case it
doesn't apply, would you remind me of the git commands for the code you
applied this patch to? Thanx.
I just save the email in some mbox file and then do
git am < <the saved mbox file> and it should automatically add it.
Or you can just do patch -p1 <the saved mbox file> and it will apply it too.