On Wed, 2019-04-17 at 17:00 +-0200, Bernard Metzler wrote: +AD4 We maintain a snapshot of the current code at +AD4 https://github.com/zrlio/softiwarp-for-linux-rdma.git +AD4 within branch 'siw-for-rdma-next-v7'. Hi Bernard, I had a look at that branch. What I found on that branch (compared to Linus' master branch) is the following: +ACo Version 6 of the SIW patch series. +ACo A merge with Linus' v5.1-rc2 tag. +ACo A series of fixes for v6. That is not how patch series should be prepared. I think Jason expects something like the following: +ACo git remote add rdma git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git +ACo git branch --set-upstream-to+AD0-rdma/for-next +ACo git pull --rebase and next run git rebase -i rdma/for-next to apply the fixes to the patches these are intended for. The patches in the branches of your github repo should match what is posted on the linux-rdma mailing list. Thanks, Bart.