Re: [linux-yocto] [linux-yocto/linux-yocto-dev 4.18][PATCH] perf arm64: Fix generate system call table failed with /tmp mounted with noexec

2018-10-18 Thread Hongxu Jia
On 2018年10月18日 21:20, Bruce Ashfield wrote: I tried to apply this to 4.18, but the commit which creates the issue is only in 4.19+ commit 2b5882435606c209ebc052230f03505ea477a252 Author: Kim Phillips Date:   Fri Jul 6 16:34:43 2018 -0500     perf arm64: Generate system call table from

Re: [linux-yocto] [linux-yocto/linux-yocto-dev 4.18][PATCH] perf arm64: Fix generate system call table failed with /tmp mounted with noexec

2018-10-18 Thread Bruce Ashfield
I tried to apply this to 4.18, but the commit which creates the issue is only in 4.19+ commit 2b5882435606c209ebc052230f03505ea477a252 Author: Kim Phillips Date: Fri Jul 6 16:34:43 2018 -0500 perf arm64: Generate system call table from asm/unistd.h % git tag --contains

[linux-yocto] [linux-yocto/linux-yocto-dev 4.18][PATCH] perf arm64: Fix generate system call table failed with /tmp mounted with noexec

2018-10-18 Thread Hongxu Jia
Which /tmp mounted with noexec, generate system call table failed. [snip] |perf-1.0/tools/perf/arch/arm64/entry/syscalls//mksyscalltbl: /tmp/create-table-6VGPSt: Permission denied [snip] Add variable TMPDIR as prefix dir of the temporary file, if it is set, replace default /tmp Fixes: