>> Also, please do not use linux-next/mainline version of compcache. Instead
>> just use version in the project repository here:
>> hg clone
https://compcache.googlecode.com/hg/ compcache
>>
>> This is updated much more frequently and has many more bug fixes over
>> the mainline. It will also be easier to fix bugs/add features much more
>> quickly in this repo rather than sending them to lkml which can take
>> long time.
>
> That looks like just a clone of the code needed to build the module.
>
> Kernel developers are pretty used to _some_ kernel tree being the
> authoritative source. Also, having it in a kernel tree makes it
> possible to get testing in places like linux-next, and it makes it
> easier for people to make patches or kernel trees on top of your work.
>
> There's not really a point to the code being in -staging if it isn't
> somewhat up-to-date or people can't generate patches to it. It sounds
> to me like we need to take it out of -staging.
>