Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1610178 > unrolled thread
| Started by | Michael Ellerman <mpe@ellerman.id.au> |
|---|---|
| First post | 2017-03-28 02:30 +0200 |
| Last post | 2017-03-28 13:40 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 1/2] selftests: fix the broken individual test for x86 Michael Ellerman <mpe@ellerman.id.au> - 2017-03-28 02:30 +0200
Re: [PATCH 1/2] selftests: fix the broken individual test for x86 Bamvor Zhang Jian <bamvor.zhangjian@linaro.org> - 2017-03-28 13:40 +0200
| From | Michael Ellerman <mpe@ellerman.id.au> |
|---|---|
| Date | 2017-03-28 02:30 +0200 |
| Subject | Re: [PATCH 1/2] selftests: fix the broken individual test for x86 |
| Message-ID | <tpNbk-7QT-9@gated-at.bofh.it> |
Bamvor Jian Zhang <bamvor.zhangjian@linaro.org> writes: > Andy Lutomirski report that build individual testcase in x86 is broken: > > $ make -C tools/testing/selftests/x86 ldt_gdt_32 > make: Entering directory '/home/luto/apps/linux/tools/testing/selftests/x86' > Makefile:44: warning: overriding recipe for target 'clean' > ../lib.mk:55: warning: ignoring old recipe for target 'clean' > make: *** No rule to make target 'ldt_gdt_32'. Stop. > make: Leaving directory '/home/luto/apps/linux/tools/testing/selftests/x86' > > This patch fix this issue by adding default OUTPUT and convert > target in Makefile of x86. > > And also mention this use case in Documentation/kselftests.txt > > Reported-by: Andy Lutomirski <luto@amacapital.net> > Signed-off-by: Bamvor Jian Zhang <bamvor.zhangjian@linaro.org> > --- > Documentation/kselftest.txt | 6 ++++++ > tools/testing/selftests/x86/Makefile | 23 ++++++++++++++--------- > 2 files changed, 20 insertions(+), 9 deletions(-) I don't think this is a good fix, it only fixes this one Makefile, and it's quite verbose. But if it really bothers Andy then it would be OK as a stop-gap for 4.11. cheers
[toc] | [next] | [standalone]
| From | Bamvor Zhang Jian <bamvor.zhangjian@linaro.org> |
|---|---|
| Date | 2017-03-28 13:40 +0200 |
| Message-ID | <tpXDH-6Qq-1@gated-at.bofh.it> |
| In reply to | #1610178 |
Hi, Michael On 28 March 2017 at 08:22, Michael Ellerman <mpe@ellerman.id.au> wrote: > Bamvor Jian Zhang <bamvor.zhangjian@linaro.org> writes: > >> Andy Lutomirski report that build individual testcase in x86 is broken: >> >> $ make -C tools/testing/selftests/x86 ldt_gdt_32 >> make: Entering directory '/home/luto/apps/linux/tools/testing/selftests/x86' >> Makefile:44: warning: overriding recipe for target 'clean' >> ../lib.mk:55: warning: ignoring old recipe for target 'clean' >> make: *** No rule to make target 'ldt_gdt_32'. Stop. >> make: Leaving directory '/home/luto/apps/linux/tools/testing/selftests/x86' >> >> This patch fix this issue by adding default OUTPUT and convert >> target in Makefile of x86. >> >> And also mention this use case in Documentation/kselftests.txt >> >> Reported-by: Andy Lutomirski <luto@amacapital.net> >> Signed-off-by: Bamvor Jian Zhang <bamvor.zhangjian@linaro.org> >> --- >> Documentation/kselftest.txt | 6 ++++++ >> tools/testing/selftests/x86/Makefile | 23 ++++++++++++++--------- >> 2 files changed, 20 insertions(+), 9 deletions(-) > > I don't think this is a good fix, it only fixes this one Makefile, and > it's quite verbose. But if it really bothers Andy then it would be OK as > a stop-gap for 4.11. Thanks for review. Do you mean check this issue in other directory? I plan to do it. Currently, the x86/Makefile do not use the TEST_GEN_XXX, so if we found a better fix, we could convert x86/Makefile later. Regards Bamvor > > cheers > -- > To unsubscribe from this list: send the line "unsubscribe linux-api" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web