I am developing a Linux kernel driver as module, this consists of driver 'C' files, header files and modification of Makefiles
in drivers/misc/
.
How can I 开发者_JAVA技巧submit my development work to kernel GIT?
I assume that I have to make a patch which contains all the files related to my development.
Please look in your kernel Documentation/
directory and read:
SubmittingPatches
SubmittingDrivers
SubmitChecklist
(and CodingStyle
while you're at it).
精彩评论