After seeing the rc7-rt1 announce, I took a look at: /pub/scm/linux/kernel/git/clrkwllms/rt-linux.git First, the v2.6.29-rc7 tag is missing, so you can't do: :; git log -p v2.6.29-rc7..rt-2.6.29-rc7-rt1 but you can go to Linus' tree and look at: :; git log v2.6.29-rc6..v2.6.29-rc7 to see that 9c1a774705 is the last commit before v2.6.29-rc6. So I was looking at: :; git log -p 9c1a774705..rt-2.6.29-rc7-rt1 and noticed that the commit message for: :; git show b5c0cf0d4e does not resemble the patch. -JimC -- James Cloos <cloos@xxxxxxxxxxx> OpenPGP: 1024D/ED7DAEA6 -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html