I put the compile changes up on .
git clone https://.com/salamanderrake/.git -b 4.16-to-4.17
which will clone the branch with the needed changes to compile.
EDIT
Add remote and clone remote branch into your local tree.
git remote add rake https://.com/salamanderrake/.git
git fetch rake
git checkout -b 4.16-to-4.17 rake/4.16-to-4.17