Commit e5dfc5e8e71 renamed README to README.md but scripts/checkpatch.pl still looks for the old name to sanity check that it's invoked from the toplevel of tree.
Create a symbol link to README.md to fix that. I've verified that on github README.md still takes precedence and page is rendered. Reported-by: Daniel P. Berrange <berra...@redhat.com> Signed-off-by: Fam Zheng <f...@redhat.com> --- README | 1 + 1 file changed, 1 insertion(+) create mode 120000 README diff --git a/README b/README new file mode 120000 index 0000000..42061c0 --- /dev/null +++ b/README @@ -0,0 +1 @@ +README.md \ No newline at end of file -- 2.7.4