This patch is sent to loongson-dev@googlegroups.com to test the patchwork of
dev.lemote.com:
http://dev.lemote.com/patchwork/, if it works normally, this
patch will be collected on
http://dev.lemote.com/patchwork.
If you want to submit loongson related patches, please put the Emails of the
maintainers and loongson-dev@googlegroups.com into the TO: or CC: list.
We use the linux-loongson/community[1] project as an example:
$ git send-email --to="Zhang Le <r0be...@gentoo.org>" --to="Wu Zhangjin <wuzhang...@gmail.com>" --cc="loongson-dev@googlegroups.com" /path/to/patch
For the PMON, please put qia...@lemote.com and xia...@lemote.com to the To: or
CC: list. For the other projects, please get the maintainers from the related
wiki pages: http://dev.lemote.com/code/
Then you can register an account and query or operate the patches on
http://dev.lemote.com/patchwork.
Thanks very much to Chenjie for building the patchwork site.
Regards,
Wu Zhangjin
------------
[1] http://dev.lemote.com/code/linux-loongson-community
Signed-off-by: Wu Zhangjin <wuzhang...@gmail.com>
---
test.c | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
create mode 100644 test.c
diff --git a/test.c b/test.c
new file mode 100644
index 0000000..2aa8745
--- /dev/null
+++ b/test.c
@@ -0,0 +1,12 @@
+/*
+ * This is a patch for testing the patchwork of dev.lemote.com:
+ * http://dev.lemote.com/patchwork/
+ */
+
+#include <stdio.h>
+
+int main(void)
+{
+ printf("Hello, Patchwork!\n");
+ return 0;
+}
--
1.7.0.4