From: shuah <shuah@kernel.org> To: Ilya Leoshkevich <iii@linux.ibm.com> Cc: linux-kselftest@vger.kernel.org, Heiko Carstens <heiko.carstens@de.ibm.com>, Vasily Gorbik <gor@linux.ibm.com>, shuah <shuah@kernel.org> Subject: Re: [PATCH RESEND v3 0/2] selftests: fix prepending $(OUTPUT) to $(TEST_PROGS) Date: Thu, 7 Nov 2019 15:52:07 -0700 [thread overview] Message-ID: <623856be-1bd3-54b9-6336-fd8daec2dfe2@kernel.org> (raw) In-Reply-To: <20191024121347.22189-1-iii@linux.ibm.com> On 10/24/19 6:13 AM, Ilya Leoshkevich wrote: > Hello, > > Is there anything blocking this from getting merged? > > Please see below: > This patch series fixes the following problem: > > linux# make kselftest TARGETS=bpf O=/mnt/linux-build > # selftests: bpf: test_libbpf.sh > # ./test_libbpf.sh: line 23: ./test_libbpf_open: No such file or directory > # test_libbpf: failed at file test_l4lb.o > # selftests: test_libbpf [FAILED] > > Patch 1 appends / to $(OUTPUT) in order to make it more uniform with the > rest of the tree. > It isn't clear what this fixes. In addition, this patch appends an extra "/" Excerpts from make kselftest-all with this patch applied: linux_5.4/tools/testing/selftests/bpf//test_tcpnotify_user I am not seeing any reason to take this patch. > Patch 2 fixes the problem by prepending $(OUTPUT) to all members of > $(TEST_PROGS). > > v1->v2: > - Append / to $(OUTPUT). > - Use $(addprefix) instead of $(foreach). I can't reproduce this problem - I ran make kselftest O=/tmp/linux-build This might be fixing the problem in bpf case. However, I don't think this is the right fix. I would like to see this problem reproduced on another test first. thanks, -- Shuah
next prev parent reply other threads:[~2019-11-07 22:52 UTC|newest] Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-10-24 12:13 Ilya Leoshkevich 2019-10-24 12:13 ` [PATCH RESEND v3 1/2] selftests: append / to $(OUTPUT) Ilya Leoshkevich 2019-10-24 12:13 ` [PATCH RESEND v3 2/2] selftests: fix prepending $(OUTPUT) to $(TEST_PROGS) Ilya Leoshkevich 2019-11-07 22:52 ` shuah [this message] 2019-11-08 12:31 ` [PATCH RESEND v3 0/2] " Ilya Leoshkevich
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=623856be-1bd3-54b9-6336-fd8daec2dfe2@kernel.org \ --to=shuah@kernel.org \ --cc=gor@linux.ibm.com \ --cc=heiko.carstens@de.ibm.com \ --cc=iii@linux.ibm.com \ --cc=linux-kselftest@vger.kernel.org \ --subject='Re: [PATCH RESEND v3 0/2] selftests: fix prepending $(OUTPUT) to $(TEST_PROGS)' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).