On Sun, Jan 27, 2019 at 08:54:13PM -0800, Jakub Kicinski wrote: > On Sun, 27 Jan 2019 12:56:39 -0800, Alexei Starovoitov wrote: > > On Sun, Jan 27, 2019 at 10:33 AM Jakub Kicinski wrote: > > > > > > Looks like v2 just applies cleanly again, should I repost? > > > > v2 set: > > https://patchwork.ozlabs.org/series/88320/mbox/ > > doesn't apply cleanly. > > Pls report. > > I rebased and regenerated but the patches came out identical :( > > Then I tried to apply and it does: > > $ git fetch bpf-next > $ git checkout bpf-next/master > $ git log --oneline | head -1 > ae575c8a9868 Merge branch 'jmp32-insns' > $ git am /tmp/selftests-bpf-break-up-test_verifier.patch > Applying: selftests: bpf: prepare for break up of verifier tests > Applying: selftests: bpf: break up test_verifier > Applying: selftests: bpf: break up the rest of test_verifier > $ md5sum /tmp/selftests-bpf-break-up-test_verifier.patch > 70ebd5f1162605b71851b129230cd19e > /tmp/selftests-bpf-break-up-test_verifier.patch > > Could you double check? Maybe its something with my tree :S
My tripple check failed. Turned out that the eariler attempt to merge it created selftests/bpf/verifier/ directory with .gitignore file inside it and 'git am --abort' and 'git rebase --hard' kept it in place. (since .gitignore was there) 'git' wasn't very helpful with the following message either: ---- Applying: selftests: bpf: prepare for break up of verifier tests error: sha1 information is lacking or useless (tools/testing/selftests/bpf/Makefile). error: could not build fake ancestor Patch failed at 0001 selftests: bpf: prepare for break up of verifier tests ---- But the odds were in my favor tonight :) Applied to bpf-next. Thanks!