On 7 August 2012 21:30, James Harper <james.harper@xxxxxxxxxxxxxxxx> wrote: >> >> Hi James, >> >> Yes the current patches apply cleanly afaik. :) >> >> There is still an outstanding bug with relation to Xen's blkback that I haven't >> had time to debug further yet that you might run into. >> > > What is the best way to get a diff against the current linux head? > > Thanks > > James > -- > To unsubscribe from this list: send the line "unsubscribe linux-bcache" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html The bcache tree is rebased on Linus's tree every now and then. Generally there is a bunch of branches that refer to the relevant releases/backports of the bcache code. Linus's tags are still intact though so you can do a git diff <tagname> or any other <refspec> For 3.2 it would be something along the lines of this: git clone http://evilpiepirate.org/git/linux-bcache.git git checkout bcache-3.2 git diff v3.2 -- CTO | Orion Virtualisation Solutions | www.orionvm.com.au Phone: 1300 56 99 52 | Mobile: 0428 754 846 -- To unsubscribe from this list: send the line "unsubscribe linux-bcache" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html