The 'race.patch' fixes a couple race conditions that were a result of the __rh_alloc() function releasing and regrabbing a lock when called.
The 'deadlock.patch' switches all spin_lock calls on the region_lock to spin_lock_irqsave. Without this patch you machine will hang.
The patches apply in the order described, and should apply to kernels 2.6.12 - 2.6.13-rc5.
I've made them all attachments to this e-mail. If people don't like it this way, let me know, and I'll do it lkml style.
brassow
Attachment:
00001.patch
Description: Binary data
Attachment:
00002.patch
Description: Binary data
Attachment:
00003.patch
Description: Binary data
Attachment:
00004.patch
Description: Binary data
Attachment:
race.patch
Description: Binary data
Attachment:
deadlock.patch
Description: Binary data