> Of course, if this is not the right procedure or the right place, please correct > me. Hi Pierre, Please read Documentation/SubmittingPatches. The quick version is to use git and do: $ git config user.name <name> $ git config user.mail <mail> $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git $ <hack> $ git commit -sa $ git format-patch origin -o /tmp/patchs/ $ ./scripts/get_maintainer.pl /tmp/patchs/* $ ./scripts/checkpatch.pl /tmp/patchs/* $ git send-email --to=<main mailing list> -cc=<maintainter0> -cc=<maintainer1> Thanks -- Corentin Chary http://xf.iksaif.net -- To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html