Hi Sasha, On Thu, Nov 22, 2012 at 06:44:34PM +0000, Sasha Levin wrote: > On 11/22/2012 10:58 AM, Will Deacon wrote: > > Commit 29fc7c5a4f516d388fb6e1f6d24bfb04b8093e54 upstream. > > > > rb_erase_augmented() is a static function annotated with > > __always_inline. This causes a compile failure when attempting to use > > the rbtree implementation as a library (e.g. kvm tool): > > > > rbtree_augmented.h:125:24: error: expected `=', `,', `;', `asm' or `__attribute__' before `void' > > On a side note, our rbtree-interval is broken at the moment due to kernel side > changing the implementation and (IMO) breaking augmented rbtrees, followed > by several patches in our own code that tried to fix the breakage but haven't > identified the problem correctly - leading to more subtle breakage. > > If you see things broken with mmio, that might be the reason. Interesting... the only problems I've seen with MMIO so far have all been related to highmem and I've been sending patches for those (should all make it for 3.8). What specifically do you see when things go wrong? Will -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html