Hi again, In facts I don't know which git URL to clone for getting linux-next as patch base, can you tell me ? I'm working on last stable release from git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6-stable.git. I wonder also what to do if people keep committing new files with old structure name: What should I put to make the define generate a "deprecated" warning ? BR, Alexis On 24/01/2011 12:37, Alexis RODET wrote : >> Also, for a change as far-reaching as this you should do it in two >> stages; rename the structure, but leave a #define to the old name so >> that conflicts aren't generated in linux-next. Then remove the >> #define after the change makes it into Linus' tree. > And I keep changing all source code that use this structure, don't I ?