Blame SubmittingCode

Packit 2d622a
The libhugetlbfs project uses a number of code submission rules from the
Packit 2d622a
Linux kernel.  For instance, we follow the coding style document very
Packit 2d622a
closely.  Please see:
Packit 2d622a
Packit 2d622a
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/CodingStyle?id=HEAD
Packit 2d622a
Packit 2d622a
For a very indepth look at coding style.
Packit 2d622a
Packit 2d622a
Also like the Linux kernel, we transact in patches over a mailing list.
Packit 2d622a
The libhugetlbfs mailing is at:
Packit 2d622a
Packit 2d622a
libhugetlbfs@googlegroups.com
Packit 2d622a
Packit 2d622a
You do not need to be subscribed to send mail to that list.
Packit 2d622a
Packit 2d622a
I know that Github provides a nifty pull request tool, please do not use
Packit 2d622a
it.  At best your request will be closed with reference to this document
Packit 2d622a
or the mailing list, and at worst it will simply be ignored.
Packit 2d622a
Packit 2d622a
Libhugetlbfs does not require Copyright assignment to any particular
Packit 2d622a
organization.  You (or the organization paying your wages) keep the
Packit 2d622a
copyright for code you write.  We do require a Signed-off-by: line at
Packit 2d622a
the end of the changelog.  For more on the how and why of this please
Packit 2d622a
see:
Packit 2d622a
Packit 2d622a
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/SubmittingPatches?id=HEAD
Packit 2d622a
Packit 2d622a
And finally, if you have any questions send them to the list.  It is low
Packit 2d622a
traffic and it might take you some time to get a response, but messages
Packit 2d622a
sent there will be read eventually.
Packit 2d622a