On 7/28/23 23:30, Stanislav Fomichev wrote: > On Thu, Jul 27, 2023 at 5:43 PM Anh Tuan Phan <tuananhlfc@xxxxxxxxx> wrote: >> >> This commit fixes a few compilation issues when building out of source >> tree. The command that I used to build samples/bpf: >> >> export KBUILD_OUTPUT=/tmp >> make V=1 M=samples/bpf >> >> The compilation failed since it tried to find the header files in the >> wrong places between output directory and source tree directory > > I was going to test it locally, but I can't apply it. Patchwork also > complains about the same issue: > stderr: 'error: corrupt patch at line 33 > > Are you copy-pasting it to gmail maybe? (or manually edited it after > git format-patch?) > Maybe rebase, and resend properly with git send-email? > It was the copy paste problem. I rebased and sent again by git send-email. Sorry for the inconvenient.