Summary ------------------------------------------------------------------------
kernel: 5.3.4-rc1 git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git branch: linux-5.3.y git commit: 11340e406e61338f7585324b65b1126503547bea git describe: v5.3.2-251-g11340e406e61 Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-5.3-oe-sanity/build/v5.3....
Regressions (compared to build v5.3.2-1-g9c30694424ee) ------------------------------------------------------------------------
dragonboard-410c: build: * build_process
x86: build: * build_process
hi6220-hikey: build: * build_process
i386: build: * build_process
x15: build: * build_process
juno-r2: build: * build_process
No fixes (compared to build v5.3.2-1-g9c30694424ee)
Boards, architectures and test suites: -------------------------------------
dragonboard-410c * build - fail: 1,
hi6220-hikey * build - fail: 1,
i386 * build - fail: 1,
juno-r2 * build - fail: 1,
x15 * build - fail: 1,
x86 * build - fail: 1,
Hello!
On Tue, 1 Oct 2019 at 15:32, Linaro QA qa-reports@linaro.org wrote:
Summary
kernel: 5.3.4-rc1 git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git branch: linux-5.3.y git commit: 11340e406e61338f7585324b65b1126503547bea git describe: v5.3.2-251-g11340e406e61 Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-5.3-oe-sanity/build/v5.3....
Regressions (compared to build v5.3.2-1-g9c30694424ee)
dragonboard-410c: build: * build_process
x86: build: * build_process
hi6220-hikey: build: * build_process
i386: build: * build_process
x15: build: * build_process
juno-r2: build: * build_process
This one is legit: perf failed to build with, e.g.:
builtin-ftrace.c:25:10: fatal error: util/cap.h: No such file or directory #include "util/cap.h" ^~~~~~~~~~~~
Dropping "perf ftrace: Use CAP_SYS_ADMIN instead of euid==0" seems to fix it, at least on my machine.
Greetings!
Daniel Díaz daniel.diaz@linaro.org
On Tue, Oct 01, 2019 at 03:55:03PM -0500, Daniel Díaz wrote:
Hello!
On Tue, 1 Oct 2019 at 15:32, Linaro QA qa-reports@linaro.org wrote:
Summary
kernel: 5.3.4-rc1 git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git branch: linux-5.3.y git commit: 11340e406e61338f7585324b65b1126503547bea git describe: v5.3.2-251-g11340e406e61 Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-5.3-oe-sanity/build/v5.3....
Regressions (compared to build v5.3.2-1-g9c30694424ee)
dragonboard-410c: build: * build_process
x86: build: * build_process
hi6220-hikey: build: * build_process
i386: build: * build_process
x15: build: * build_process
juno-r2: build: * build_process
This one is legit: perf failed to build with, e.g.:
builtin-ftrace.c:25:10: fatal error: util/cap.h: No such file or directory #include "util/cap.h" ^~~~~~~~~~~~
Dropping "perf ftrace: Use CAP_SYS_ADMIN instead of euid==0" seems to fix it, at least on my machine.
So did a new patch break this? Or has this always been there.
greg k-h
Hello!
On Wed, 2 Oct 2019 at 03:18, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
On Tue, Oct 01, 2019 at 03:55:03PM -0500, Daniel Díaz wrote:
[...]
This one is legit: perf failed to build with, e.g.:
builtin-ftrace.c:25:10: fatal error: util/cap.h: No such file or directory #include "util/cap.h" ^~~~~~~~~~~~
Dropping "perf ftrace: Use CAP_SYS_ADMIN instead of euid==0" seems to fix it, at least on my machine.
So did a new patch break this? Or has this always been there.
Yes, a new one: https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git/tree...
That patch is queued on the other branches too (4.14, 4.19 and 5.2), where it's failing the builds as well.
Greetings!
Daniel Díaz daniel.diaz@linaro.org
On Wed, Oct 02, 2019 at 09:37:54AM -0500, Daniel Díaz wrote:
Hello!
On Wed, 2 Oct 2019 at 03:18, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
On Tue, Oct 01, 2019 at 03:55:03PM -0500, Daniel Díaz wrote:
[...]
This one is legit: perf failed to build with, e.g.:
builtin-ftrace.c:25:10: fatal error: util/cap.h: No such file or directory #include "util/cap.h" ^~~~~~~~~~~~
Dropping "perf ftrace: Use CAP_SYS_ADMIN instead of euid==0" seems to fix it, at least on my machine.
So did a new patch break this? Or has this always been there.
Yes, a new one: https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git/tree...
That patch is queued on the other branches too (4.14, 4.19 and 5.2), where it's failing the builds as well.
Should now be fixed, thanks.
greg k-h