[PATCH] tools lib bpf: Fix double file test in Makefile

2017-08-15 Thread Daniel Díaz
/include/uapi/linux/bpf.h Same recipe for bpf_common: test -f ../../../include/uapi/linux/bpf_common.h -a \ -f ../../../include/uapi/linux/bpf_common.h This corrects the location of the tests. Signed-off-by: Daniel Díaz <daniel.d...@linaro.org> --- tools/lib/bpf/Makefile | 4 ++--

Re: [PATCH] selftests: intel_pstate: Fix a condition which does not notify user that root permission is useful

2018-05-09 Thread Daniel Díaz
> if ! uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ | grep -q x86; then > echo "$0 # Skipped: Test can only run on x86 architectures." > exit 0 I'd leave this check at the forefront, as this "hurdle" is insurmountable in other architectures, whereas becoming root is attainable. Thanks and greetings! Daniel Díaz daniel.d...@linaro.org

[PATCH 2/2] arm: multi_v7_defconfig: Enable KSM.

2018-06-14 Thread Daniel Díaz
is to not do anything at all, until it is activated at run-time with: echo 1 > /sys/kernel/mm/ksm/run Signed-off-by: Daniel Díaz --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defcon

[PATCH 1/2] x86: x86_64_defconfig: Enable KSM.

2018-06-14 Thread Daniel Díaz
is to not do anything at all, until it is activated at run-time with: echo 1 > /sys/kernel/mm/ksm/run Signed-off-by: Daniel Díaz --- arch/x86/configs/x86_64_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/configs/x86_64_defconfig b/arch/x86/configs/x86_64_defconfig in

[PATCH] selftests/x86: Remove 5lvl test from Makefile

2018-02-07 Thread Daniel Díaz
The 5lvl.c test file was incorporated into another one in selftests/vm (va_128TBswitch.c) in commit 235266b8. Signed-off-by: Daniel Díaz <daniel.d...@linaro.org> --- tools/testing/selftests/x86/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/sel

[PATCH] selftests/android: Fix line continuation in Makefile

2018-02-06 Thread Daniel Díaz
ing non-regular file "..."] [ rsync: opendir "..." failed: Permission denied (13)] [and many other errors...] fi make[1]: fi: Command not found make[1]: [all] Error 127 (ignored) done make[1]: done: Command not found make[1]: [all] Error 127 (ignored) Signed-off

[PATCH] selftests/memfd: add run_fuse_test.sh to TEST_FILES

2018-02-06 Thread Daniel Díaz
From: Anders Roxell <anders.rox...@linaro.org> While testing memfd tests, there is a missing script, as reported by kselftest: ./run_tests.sh: line 7: ./run_fuse_test.sh: No such file or directory Signed-off-by: Anders Roxell <anders.rox...@linaro.org> Signed-off-by: Daniel Dí

[PATCH] selftests: memfd: add config fragment for fuse

2018-02-06 Thread Daniel Díaz
From: Anders Roxell <anders.rox...@linaro.org> The memfd test requires to insert the fuse module (CONFIG_FUSE_FS). Signed-off-by: Anders Roxell <anders.rox...@linaro.org> Signed-off-by: Daniel Díaz <daniel.d...@linaro.org> --- tools/testing/selftests/memfd/config | 1 +

[PATCH v2] selftests: sync: missing CFLAGS while compiling

2018-02-06 Thread Daniel Díaz
during the compile step, so the system instead of kernel headers are used. Fix this by adding CFLAGS to the OBJS compile rule. Reported-by: Lei Yang <lei.y...@windriver.com> Signed-off-by: Anders Roxell <anders.rox...@linaro.org> Signed-off-by: Daniel Díaz <daniel.d...@linaro.or

[PATCH] selftests/futex: Fix line continuation in Makefile

2018-02-07 Thread Daniel Díaz
make[1]: Leaving directory `/[...]/linux/tools/testing/selftests/futex' make: *** [all] Error 2 Signed-off-by: Daniel Díaz <daniel.d...@linaro.org> --- tools/testing/selftests/futex/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/testing/selftests

Re: [PATCH 1/2] selftests: gpio: restructure Makefile

2018-02-21 Thread Daniel Díaz
Hello! On 02/21/2018 04:06 PM, Andy Shevchenko wrote: > On Wed, Feb 21, 2018 at 11:52 PM, Daniel Díaz <daniel.d...@linaro.org> wrote: >> From: Fathi Boudra <fathi.bou...@linaro.org> > > What are you doing here? > Why? > What is the benefit of it? Thanks for

[PATCH v2] selftests: gpio: restructure Makefile

2018-02-21 Thread Daniel Díaz
proper cleaning up of the EXTRA objects The resulting Makefile is much more readable and manageable. Signed-off-by: Fathi Boudra <fathi.bou...@linaro.org> Signed-off-by: Daniel Díaz <daniel.d...@linaro.org> --- v2: Add commit description tools/testing/selftests/

Re: [PATCH 2/2] selftests/gpio: Fix OUTPUT directory in Makefile

2018-02-21 Thread Daniel Díaz
Hello! On 02/21/2018 04:09 PM, Andy Shevchenko wrote: > On Wed, Feb 21, 2018 at 11:52 PM, Daniel Díaz <daniel.d...@linaro.org> wrote: >> When simply running `make' from the selftests top dir, this >> error shows up: >> >> cc -O2 -g -std=gnu99 -Wall -I../../../.

[PATCH] selftests/intel_pstate: Fix build rule for x86

2018-02-21 Thread Daniel Díaz
definition (if any), or to check uname -m if undefined. Signed-off-by: Daniel Díaz <daniel.d...@linaro.org> --- tools/testing/selftests/intel_pstate/Makefile | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/testing/selftests/intel_pstate/Makefile b/tools/testing/sel

Re: [PATCH] selftests/bpf: update gitignore with test_libbpf_open

2018-02-21 Thread Daniel Díaz
On 02/21/2018 03:30 PM, Anders Roxell wrote: > bpf builds a test program for loading BPF ELF files. Add the executable > to the .gitignore list. > > Signed-off-by: Anders Roxell <anders.rox...@linaro.org> Tested-by: Daniel Díaz <daniel.d...@linaro.org> > --- >

Re: [PATCH] selftests/bpf: tcpbpf_kern: use in6_* macros from glibc

2018-02-21 Thread Daniel Díaz
../netinet/in.h:105:5: error: expected identifier > IPPROTO_FRAGMENT = 44, /* IPv6 fragmentation header. */ > ^ > > Since both glibc and the kernel have in6_* macros definitions, use the > one from glibc. Kernel headers will check for previous libc definitions > by in

[PATCH 1/2] selftests: gpio: restructure Makefile

2018-02-21 Thread Daniel Díaz
From: Fathi Boudra Signed-off-by: Fathi Boudra --- tools/testing/selftests/gpio/Makefile | 36 +-- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/tools/testing/selftests/gpio/Makefile

[PATCH 2/2] selftests/gpio: Fix OUTPUT directory in Makefile

2018-02-21 Thread Daniel Díaz
s, exempli gratia: * gpiogpio-event-mon * gpiogpio-hammer * gpioinclude/ * gpiolsgpio which is wrong, as it's missing directory separator somewhere. This patch sets straight the output directory when building ../../../gpio/ so that binaries don't cross paths. Signed-off-by: Daniel Díaz <daniel.d.

Re: [PATCH 18/18] cpupower: change strncpy+truncation to strlcpy

2018-08-14 Thread Daniel Díaz
freq-bench] Error 1 make[1]: Leaving directory '/linux/tools/power/cpupower/bench' Makefile:258: recipe for target 'compile-bench' failed make: *** [compile-bench] Error 2 Does it need anything special to make? Greetings! Daniel Díaz daniel.d...@linaro.org

[PATCH v3 1/2] selftests: gpio: restructure Makefile

2018-09-07 Thread Daniel Díaz
objects The resulting Makefile is much more readable and manageable. Signed-off-by: Fathi Boudra Signed-off-by: Daniel Díaz --- tools/testing/selftests/gpio/Makefile | 32 +++- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/tools/testing/selftests/gpio

[PATCH v3 2/2] selftests: gpio: Fix OUTPUT directory in Makefile

2018-09-07 Thread Daniel Díaz
s, exempli gratia: * gpiogpio-event-mon * gpiogpio-hammer * gpioinclude/ * gpiolsgpio which is wrong, as it's missing a directory separator somewhere. This patch sets straight the output directory when building ../../../gpio/ so that binaries don't cross paths. Signed-off-by: Daniel Díaz --- too

[PATCH] selftests/intel_pstate: Improve test, minor fixes

2018-04-10 Thread Daniel Díaz
different results. Signed-off-by: Daniel Díaz <daniel.d...@linaro.org> --- tools/testing/selftests/intel_pstate/run.sh | 24 ++-- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/tools/testing/selftests/intel_pstate/run.sh b/tools/testing/selftests/intel_pst

[PATCH] selftests/intel_pstate: Enhance table printing

2018-04-12 Thread Daniel Díaz
Using coreutils' pr, a nicer table is printed out with the results. Signed-off-by: Daniel Díaz <daniel.d...@linaro.org> --- tools/testing/selftests/intel_pstate/run.sh | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/tools/testing/selftests/intel_

[PATCH] selftests/ftrace: Use colored output when available

2018-10-16 Thread Daniel Díaz
, to a file, then colors are not shown, thus producing a more readable output. Signed-off-by: Daniel Díaz --- tools/testing/selftests/ftrace/ftracetest | 29 +-- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/tools/testing/selftests/ftrace/ftracetest b/tools

Re: [PATCH] selftests/ftrace: Use colored output when available

2018-10-16 Thread Daniel Díaz
Hello! On Tue, 16 Oct 2018 at 12:43, Shuah Khan wrote: > On 10/16/2018 11:02 AM, Daniel Díaz wrote: > > If test is being directly executed (with stdout opened on the > > terminal) and the terminal capabilities indicate enough > > colors, then use the existing scheme of

[PATCH] selftests: gpio: Find libmount with pkg-config if available

2018-10-16 Thread Daniel Díaz
compiler/linker options for the given package. Signed-off-by: Daniel Díaz --- tools/testing/selftests/gpio/Makefile | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/tools/testing/selftests/gpio/Makefile b/tools/testing/selftests/gpio/Makefile index 46648427d537

Re: [PATCH v3 1/2] selftests: gpio: restructure Makefile

2018-10-02 Thread Daniel Díaz
Hello! On Fri, 7 Sep 2018 at 09:35, Daniel Díaz wrote: > From: Fathi Boudra > > This patch cleans up the Makefile by restructuring a couple of > things, namely: > 1) change explicit paths in targets for variables > 2) substitute a variable (BINARIES) for another, part of

[PATCH] selftests/intel_pstate: Fix build rule for x86

2018-02-21 Thread Daniel Díaz
definition (if any), or to check uname -m if undefined. Signed-off-by: Daniel Díaz --- tools/testing/selftests/intel_pstate/Makefile | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/testing/selftests/intel_pstate/Makefile b/tools/testing/selftests/intel_pstate/Makefile

Re: [PATCH] selftests/bpf: update gitignore with test_libbpf_open

2018-02-21 Thread Daniel Díaz
On 02/21/2018 03:30 PM, Anders Roxell wrote: > bpf builds a test program for loading BPF ELF files. Add the executable > to the .gitignore list. > > Signed-off-by: Anders Roxell Tested-by: Daniel Díaz > --- > tools/testing/selftests/bpf/.gitignore | 1 + > 1 file

Re: [PATCH] selftests/bpf: tcpbpf_kern: use in6_* macros from glibc

2018-02-21 Thread Daniel Díaz
../netinet/in.h:105:5: error: expected identifier > IPPROTO_FRAGMENT = 44, /* IPv6 fragmentation header. */ > ^ > > Since both glibc and the kernel have in6_* macros definitions, use the > one from glibc. Kernel headers will check for previous libc definitions > by inc

[PATCH 1/2] selftests: gpio: restructure Makefile

2018-02-21 Thread Daniel Díaz
From: Fathi Boudra Signed-off-by: Fathi Boudra --- tools/testing/selftests/gpio/Makefile | 36 +-- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/tools/testing/selftests/gpio/Makefile b/tools/testing/selftests/gpio/Makefile index

[PATCH 2/2] selftests/gpio: Fix OUTPUT directory in Makefile

2018-02-21 Thread Daniel Díaz
s, exempli gratia: * gpiogpio-event-mon * gpiogpio-hammer * gpioinclude/ * gpiolsgpio which is wrong, as it's missing directory separator somewhere. This patch sets straight the output directory when building ../../../gpio/ so that binaries don't cross paths. Signed-off-by: Daniel Díaz --- too

Re: [PATCH 1/2] selftests: gpio: restructure Makefile

2018-02-21 Thread Daniel Díaz
Hello! On 02/21/2018 04:06 PM, Andy Shevchenko wrote: > On Wed, Feb 21, 2018 at 11:52 PM, Daniel Díaz wrote: >> From: Fathi Boudra > > What are you doing here? > Why? > What is the benefit of it? Thanks for looking into this. I will resend with description. The

Re: [PATCH 2/2] selftests/gpio: Fix OUTPUT directory in Makefile

2018-02-21 Thread Daniel Díaz
Hello! On 02/21/2018 04:09 PM, Andy Shevchenko wrote: > On Wed, Feb 21, 2018 at 11:52 PM, Daniel Díaz wrote: >> When simply running `make' from the selftests top dir, this >> error shows up: >> >> cc -O2 -g -std=gnu99 -Wall -I../../../../usr/include/ >> -I/us

[PATCH v2] selftests: gpio: restructure Makefile

2018-02-21 Thread Daniel Díaz
objects The resulting Makefile is much more readable and manageable. Signed-off-by: Fathi Boudra Signed-off-by: Daniel Díaz --- v2: Add commit description tools/testing/selftests/gpio/Makefile | 36 +-- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git

Re: [PATCH] selftests: intel_pstate: Fix a condition which does not notify user that root permission is useful

2018-05-09 Thread Daniel Díaz
x86/ -e s/x86_64/x86/ | grep -q x86; then > echo "$0 # Skipped: Test can only run on x86 architectures." > exit 0 I'd leave this check at the forefront, as this "hurdle" is insurmountable in other architectures, whereas becoming root is attainable. Thanks and greetings! Daniel Díaz daniel.d...@linaro.org

[PATCH] tools lib bpf: Fix double file test in Makefile

2017-08-15 Thread Daniel Díaz
/include/uapi/linux/bpf.h Same recipe for bpf_common: test -f ../../../include/uapi/linux/bpf_common.h -a \ -f ../../../include/uapi/linux/bpf_common.h This corrects the location of the tests. Signed-off-by: Daniel Díaz --- tools/lib/bpf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2

[PATCH] selftests/intel_pstate: Enhance table printing

2018-04-12 Thread Daniel Díaz
Using coreutils' pr, a nicer table is printed out with the results. Signed-off-by: Daniel Díaz --- tools/testing/selftests/intel_pstate/run.sh | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/tools/testing/selftests/intel_pstate/run.sh b/tools/testing

[PATCH] selftests/intel_pstate: Improve test, minor fixes

2018-04-10 Thread Daniel Díaz
different results. Signed-off-by: Daniel Díaz --- tools/testing/selftests/intel_pstate/run.sh | 24 ++-- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/tools/testing/selftests/intel_pstate/run.sh b/tools/testing/selftests/intel_pstate/run.sh index c670359..bde3

[PATCH] selftests: memfd: add config fragment for fuse

2018-02-06 Thread Daniel Díaz
From: Anders Roxell The memfd test requires to insert the fuse module (CONFIG_FUSE_FS). Signed-off-by: Anders Roxell Signed-off-by: Daniel Díaz --- tools/testing/selftests/memfd/config | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/testing/selftests/memfd/config diff --git

[PATCH] selftests/memfd: add run_fuse_test.sh to TEST_FILES

2018-02-06 Thread Daniel Díaz
From: Anders Roxell While testing memfd tests, there is a missing script, as reported by kselftest: ./run_tests.sh: line 7: ./run_fuse_test.sh: No such file or directory Signed-off-by: Anders Roxell Signed-off-by: Daniel Díaz --- tools/testing/selftests/memfd/Makefile | 1 + 1 file changed

[PATCH v2] selftests: sync: missing CFLAGS while compiling

2018-02-06 Thread Daniel Díaz
the system instead of kernel headers are used. Fix this by adding CFLAGS to the OBJS compile rule. Reported-by: Lei Yang Signed-off-by: Anders Roxell Signed-off-by: Daniel Díaz --- tools/testing/selftests/sync/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing

[PATCH] selftests/android: Fix line continuation in Makefile

2018-02-06 Thread Daniel Díaz
ing non-regular file "..."] [ rsync: opendir "..." failed: Permission denied (13)] [and many other errors...] fi make[1]: fi: Command not found make[1]: [all] Error 127 (ignored) done make[1]: done: Command not found make[1]: [all] Error 127 (ignored) Signed-off-by: D

[PATCH] selftests/futex: Fix line continuation in Makefile

2018-02-07 Thread Daniel Díaz
make[1]: Leaving directory `/[...]/linux/tools/testing/selftests/futex' make: *** [all] Error 2 Signed-off-by: Daniel Díaz --- tools/testing/selftests/futex/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/testing/selftests/futex/Makefile b/tools/testing

Re: [PATCH 5.4 00/86] 5.4.93-rc1 review

2021-01-25 Thread Daniel Díaz
We'll try to get more info. Greetings! Daniel Díaz daniel.d...@linaro.org -- Linaro LKFT https://lkft.linaro.org

Re: [PATCH 5.10 000/199] 5.10.11-rc1 review

2021-01-25 Thread Daniel Díaz
8) & 7) + 1; | ^ | topology_max_die_per_package Will find out more soon. Greetings! Daniel Díaz daniel.d...@linaro.org -- Linaro LKFT https://lkft.linaro.org

Re: [PATCH 5.7 0/6] 5.7.14-rc1 review

2020-08-05 Thread Daniel Díaz
Linus > > diff --git a/arch/arm64/kernel/kaslr.c b/arch/arm64/kernel/kaslr.c > index 07c4c8cc4a67..9ded4237e1c1 100644 > --- a/arch/arm64/kernel/kaslr.c > +++ b/arch/arm64/kernel/kaslr.c > @@ -11,8 +11,8 @@ > #include > #include > #include > +#includ

[PATCH] x86/defconfigs/32: Unset 64BIT

2020-08-10 Thread Daniel Díaz
'prepare0' failed make[1]: *** [prepare0] Error 2 /oe/build/tmp/work-shared/intel-core2-32/kernel-source/Makefile:185: recipe for target '__sub-make' failed make: *** [__sub-make] Error 2 Fixes: 1d0e12fd3a84 ("x86/defconfigs: Refresh defconfig files") Signed-off-by: Daniel Díaz ---

[PATCH] tools build feature: Quote CC and CXX for their arguments

2020-08-12 Thread Daniel Díaz
es are now detected. Fixes: e3232c2f39ac ("tools build feature: Use CC and CXX from parent") Signed-off-by: Daniel Díaz --- tools/build/Makefile.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build/Makefile.feature b/tools/build/Makefile.featur

Re: [PATCH 5.10 00/40] 5.10.3-rc1 review

2020-12-23 Thread Daniel Díaz
* v4l2-compliance Happy holidays, greetings! Daniel Díaz daniel.d...@linaro.org -- Linaro LKFT https://lkft.linaro.org

Re: [PATCH 4.19 00/35] 4.19.165-rc1 review

2021-01-04 Thread Daniel Díaz
s_table_invalidate()) { | ^~ | tlb_table_invalidate Greetings! Daniel Díaz daniel.d...@linaro.org

Re: [PATCH 5.10 00/63] 5.10.5-rc1 review

2021-01-04 Thread Daniel Díaz
-compliance Greetings! Daniel Díaz daniel.d...@linaro.org -- Linaro LKFT https://lkft.linaro.org

Re: [PATCH 5.4 00/47] 5.4.87-rc1 review

2021-01-04 Thread Daniel Díaz
-hugetlb-tests * ltp-io-tests * ltp-ipc-tests * ltp-math-tests * ltp-mm-tests * ltp-nptl-tests * ltp-open-posix-tests * ltp-pty-tests * ltp-sched-tests * ltp-securebits-tests * ltp-syscalls-tests * ltp-tracing-tests * network-basic-tests * perf * rcutorture * v4l2-compliance Greetings! Daniel

Re: [PATCH 4.19 00/29] 4.19.165-rc2 review

2021-01-05 Thread Daniel Díaz
-hugetlb-tests * ltp-io-tests * ltp-ipc-tests * ltp-math-tests * ltp-mm-tests * ltp-nptl-tests * ltp-open-posix-tests * ltp-pty-tests * ltp-sched-tests * ltp-securebits-tests * ltp-syscalls-tests * ltp-tracing-tests * network-basic-tests * perf * rcutorture * v4l2-compliance Greetings! Daniel Díaz

Re: [PATCH 5.10 000/716] 5.10.4-rc2 review

2020-12-29 Thread Daniel Díaz
Happy new year, greetings! Daniel Díaz daniel.d...@linaro.org -- Linaro LKFT https://lkft.linaro.org

Re: [PATCH 5.4 000/450] 5.4.86-rc2 review

2020-12-29 Thread Daniel Díaz
-tests * ltp-ipc-tests * ltp-math-tests * ltp-mm-tests * ltp-nptl-tests * ltp-open-posix-tests * ltp-pty-tests * ltp-sched-tests * ltp-securebits-tests * ltp-syscalls-tests * ltp-tracing-tests * network-basic-tests * perf * rcutorture * v4l2-compliance Happy new year, greetings! Daniel Díaz daniel.d

Re: [LTP] mmstress[1309]: segfault at 7f3d71a36ee8 ip 00007f3d77132bdf sp 00007f3d71a36ee8 error 4 in libc-2.27.so[7f3d77058000+1aa000]

2020-10-22 Thread Daniel Díaz
ernel Naresh originally referred to is here: https://builds.tuxbuild.com/SCI7Xyjb7V2NbfQ2lbKBZw/ Greetings! Daniel Díaz daniel.d...@linaro.org

kvm: x86-32 fails to link with tdp_mmu

2020-10-23 Thread Daniel Díaz
iter->level); which was later changed by f8e144971c68 ("kvm: x86/mmu: Add access tracking for tdp_mmu") to: __handle_changed_spte(kvm, as_id, iter->gfn, iter->old_spte, new_spte, iter->level); Greetings! Daniel Díaz daniel.d...@linaro.org

Re: [PATCH 4.19 00/91] 4.19.67-stable review

2019-08-15 Thread Daniel Díaz
eported only > once for each function it appears in We noticed this exact failure but not on 4.19. For us, 4.19's perf builds fine. On 4.9, perf failed with the error you described, as it looks like it's missing 9ad4652b66f1 ("perf record: Fix wrong size in perf_record_mmap for last kernel module"), though I have not verified yet. Greetings! Daniel Díaz daniel.d...@linaro.org

[PATCH v2] x86/defconfigs: Explicitly unset CONFIG_64BIT in i386_defconfig

2020-08-19 Thread Daniel Díaz
' failed make[1]: *** [prepare0] Error 2 /oe/build/tmp/work-shared/intel-core2-32/kernel-source/Makefile:185: recipe for target '__sub-make' failed make: *** [__sub-make] Error 2 Fixes: 1d0e12fd3a84 ("x86/defconfigs: Refresh defconfig files") Signed-off-by: Daniel Díaz --

Re: [PATCH 4.4 000/112] 4.4.241-rc1 review

2020-10-28 Thread Daniel Díaz
ave been tagged as > spammer, and I am having trouble sending e-mails. If the original is from 3.5 hours ago, yeah, we got it. I'm not seeing lore updated, but that's probably another issue. Greetings! Daniel Díaz daniel.d...@linaro.org

[PATCH] selftests/x86: Remove 5lvl test from Makefile

2018-02-07 Thread Daniel Díaz
The 5lvl.c test file was incorporated into another one in selftests/vm (va_128TBswitch.c) in commit 235266b8. Signed-off-by: Daniel Díaz --- tools/testing/selftests/x86/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/x86/Makefile b/tools

Re: [PATCH 4.4 0/1] 4.4.184-stable review

2019-06-26 Thread Daniel Díaz
bind-tests * ltp-fs_perms_simple-tests * ltp-fsx-tests * ltp-hugetlb-tests * ltp-io-tests * ltp-ipc-tests * ltp-math-tests * ltp-mm-tests * ltp-nptl-tests * ltp-pty-tests * ltp-sched-tests * ltp-securebits-tests * ltp-syscalls-tests * ltp-timers-tests * perf * spectre-meltdown-checker-test * v4l2

Re: [PATCH 4.9 00/32] 4.9.189-stable review

2019-08-09 Thread Daniel Díaz
* perf * spectre-meltdown-checker-test * v4l2-compliance * network-basic-tests * ltp-open-posix-tests * prep-tmp-disk * kvm-unit-tests * kselftest-vsyscall-mode-native * kselftest-vsyscall-mode-none * ssuite Greetings! Daniel Díaz daniel.d...@linaro.org -- Linaro LKFT https://lkft.linaro.org

Re: [PATCH 4.9 00/47] 4.9.196-stable review

2019-10-07 Thread Daniel Díaz
* perf * spectre-meltdown-checker-test * v4l2-compliance * network-basic-tests * ltp-open-posix-tests * prep-tmp-disk * kvm-unit-tests * kselftest-vsyscall-mode-native * kselftest-vsyscall-mode-none * ssuite Greetings! Daniel Díaz daniel.d...@linaro.org -- Linaro LKFT https://lkft.linaro.org

Re: [PATCH 4.14 00/68] 4.14.148-stable review

2019-10-07 Thread Daniel Díaz
* spectre-meltdown-checker-test * v4l2-compliance * ltp-fs-tests * network-basic-tests * ltp-open-posix-tests * kvm-unit-tests * ssuite * kselftest-vsyscall-mode-native * kselftest-vsyscall-mode-none Greetings! Daniel Díaz daniel.d...@linaro.org -- Linaro LKFT https://lkft.linaro.org

Re: [PATCH 4.19 000/106] 4.19.78-stable review

2019-10-07 Thread Daniel Díaz
network-basic-tests * ltp-open-posix-tests * kvm-unit-tests * ssuite * kselftest-vsyscall-mode-native * kselftest-vsyscall-mode-none Greetings! Daniel Díaz daniel.d...@linaro.org -- Linaro LKFT https://lkft.linaro.org

Re: [PATCH 5.2 000/137] 5.2.20-stable review

2019-10-07 Thread Daniel Díaz
-sched-tests * ltp-securebits-tests * ltp-syscalls-tests * ltp-timers-tests * perf * spectre-meltdown-checker-test * v4l2-compliance * ltp-fs-tests * ltp-open-posix-tests * network-basic-tests * kvm-unit-tests * ssuite * kselftest-vsyscall-mode-native * kselftest-vsyscall-mode-none Greetings! Daniel

Re: [PATCH 5.3 000/166] 5.3.5-stable review

2019-10-07 Thread Daniel Díaz
* ltp-syscalls-tests * ltp-timers-tests * perf * spectre-meltdown-checker-test * v4l2-compliance * ltp-fs-tests * network-basic-tests * ltp-open-posix-tests * kvm-unit-tests * kselftest-vsyscall-mode-native * kselftest-vsyscall-mode-none * ssuite Greetings! Daniel Díaz daniel.d...@linaro.org

Re: [PATCH 4.4 00/36] 4.4.196-stable review

2019-10-07 Thread Daniel Díaz
-math-tests * ltp-mm-tests * ltp-nptl-tests * ltp-pty-tests * ltp-sched-tests * ltp-securebits-tests * ltp-syscalls-tests * ltp-timers-tests * perf * spectre-meltdown-checker-test * v4l2-compliance Greetings! Daniel Díaz daniel.d...@linaro.org -- Linaro LKFT https://lkft.linaro.org

Re: [PATCH 5.3 000/166] 5.3.5-stable review

2019-10-07 Thread Daniel Díaz
Hello! On Mon, 7 Oct 2019 at 11:25, Daniel Díaz wrote: > Results from Linaro’s test farm. > Regressions detected. My bad. Should read: "No regressions detected" here, in line with the other reports. Greetings! Daniel Díaz daniel.d...@linaro.org > As mentioned,

Re: [PATCH 4.4 00/77] 4.4.191-stable review

2019-09-05 Thread Daniel Díaz
-tests * ltp-ipc-tests * ltp-math-tests * ltp-mm-tests * ltp-nptl-tests * ltp-pty-tests * ltp-sched-tests * ltp-securebits-tests * ltp-syscalls-tests * ltp-timers-tests * perf * spectre-meltdown-checker-test * v4l2-compliance Greetings! Daniel Díaz daniel.d...@linaro.org -- Linaro LKFT https

Re: [PATCH 4.9 00/83] 4.9.191-stable review

2019-09-05 Thread Daniel Díaz
* perf * spectre-meltdown-checker-test * v4l2-compliance * network-basic-tests * ltp-open-posix-tests * prep-tmp-disk * kvm-unit-tests * kselftest-vsyscall-mode-native * kselftest-vsyscall-mode-none * ssuite Greetings! Daniel Díaz daniel.d...@linaro.org -- Linaro LKFT https://lkft.linaro.org

Re: [PATCH 4.14 00/57] 4.14.142-stable review

2019-09-05 Thread Daniel Díaz
-checker-test * v4l2-compliance * ltp-commands-tests * ltp-math-tests * network-basic-tests * ltp-open-posix-tests * kvm-unit-tests * ssuite * kselftest-vsyscall-mode-native * kselftest-vsyscall-mode-none Greetings! Daniel Díaz daniel.d...@linaro.org -- Linaro LKFT https://lkft.linaro.org

Re: [PATCH 4.19 00/93] 4.19.70-stable review

2019-09-05 Thread Daniel Díaz
* spectre-meltdown-checker-test * ltp-fs-tests * network-basic-tests * perf * v4l2-compliance * ltp-open-posix-tests * kvm-unit-tests * ssuite * kselftest-vsyscall-mode-native * kselftest-vsyscall-mode-none Greetings! Daniel Díaz daniel.d...@linaro.org -- Linaro LKFT https://lkft.linaro.org

Re: [PATCH 5.2 000/143] 5.2.12-stable review

2019-09-05 Thread Daniel Díaz
-compliance * network-basic-tests * ltp-fs-tests * ltp-open-posix-tests * kvm-unit-tests * kselftest-vsyscall-mode-native * kselftest-vsyscall-mode-none * ssuite Greetings! Daniel Díaz daniel.d...@linaro.org -- Linaro LKFT https://lkft.linaro.org

Re: [PATCH 2/2] kvm: mmu: page_track: Fix RCU list API usage

2020-07-17 Thread Daniel Díaz
abel=docker-lkft/815/consoleText > > > > > > > Hi, we're seeing the same building failure with the latest linux-next tree. > > I am not seeing this here. Could you please let us know what compiler > and command-line options you are using to generate this? It fails with gcc-8 and gcc-9, but it builds with gcc-10. Quick way to reproduce: [host] docker run --rm -it -v /linux:/linux -w /linux tuxbuild/build-gcc-9_mips [docker] make ARCH=mips CROSS_COMPILE=mips-linux-gnu- defconfig [docker] make ARCH=mips CROSS_COMPILE=mips-linux-gnu- mm You can use these other Docker containers: tuxbuild/build-gcc-8_mips and tuxbuild/build-gcc-10_mips. Logs for those builds (and allnoconfig, tinyconfig, with gcc-8, gcc-9 and gcc-10) can also be found here: https://gitlab.com/Linaro/lkft/kernel-runs/-/jobs/643978135 Greetings! Daniel Díaz daniel.d...@linaro.org

Re: [PATCH 2/2] kvm: mmu: page_track: Fix RCU list API usage

2020-07-17 Thread Daniel Díaz
The sender of this email would like to recall the message. And drink more coffee. The sender will also avoid making any more commits on Friday. On Fri, 17 Jul 2020 at 13:03, Daniel Díaz wrote: > > Hello! > > On Fri, 17 Jul 2020 at 12:07, Paul E. McKenney wrote: > > > &

[PATCH] selftests/tpm2: Install run-time Python modules

2019-06-20 Thread Daniel Díaz
When ordinarily running the tests, upon `make install', the following error is encountered: ImportError: No module named tpm2_tests because the Python files are not installed at the moment. Fix this by adding both Python modules as accompanying TEST_FILES in the Makefile. Signed-off-by: Daniel

Re: [GIT PULL] perf/core improvements and fixes

2020-05-04 Thread Daniel Díaz
Hello! On Fri, 24 Apr 2020 at 09:10, Andreas Gerstmayr wrote: > > On 24.04.20 15:07, Arnaldo Carvalho de Melo wrote: > > Em Thu, Apr 23, 2020 at 04:28:46PM -0500, Daniel Díaz escreveu: > >> On Wed, 22 Apr 2020 at 07:09, Ingo Molnar wrote: > >>>> 85 fi

Re: [GIT PULL] perf/core improvements and fixes

2020-05-05 Thread Daniel Díaz
Hello! On Tue, 5 May 2020 at 11:37, Arnaldo Carvalho de Melo wrote: > > Em Mon, May 04, 2020 at 02:07:56PM -0500, Daniel Díaz escreveu: > > Hello! > > > > On Fri, 24 Apr 2020 at 09:10, Andreas Gerstmayr > > wrote: > > > > > > On 24.04.20 15:07

Re: [PATCH 5.7 000/265] 5.7.7-rc1 review

2020-06-30 Thread Daniel Díaz
e > >> next): > >> > >> grep -A1 "The whole patch series can be found in one patch at:" | > >> tail -n1 | sed 's/\t//' > > > >If those don't work, I can still push out -rc1 patches. > > > >It might be best given that the above -rc.git tree is unstable and can, > >and will, change, and patches stored on kernel.org will not. > > That's a good point. Maybe we should push tags for -rc releases too? That would be GREAT for those CI's or processes looking for a definite trigger to use. Greetings! Daniel Díaz daniel.d...@linaro.org

Re: [PATCH 5.4 000/261] 5.4.48-rc1 review

2020-06-19 Thread Daniel Díaz
-tests * ltp-nptl-tests * ltp-open-posix-tests * ltp-pty-tests * ltp-sched-tests * ltp-securebits-tests * ltp-syscalls-tests * network-basic-tests * perf * v4l2-compliance Greetings! Daniel Díaz daniel.d...@linaro.org -- Linaro LKFT https://lkft.linaro.org

Re: [PATCH 5.7 000/376] 5.7.5-rc1 review

2020-06-19 Thread Daniel Díaz
* ltp-nptl-tests * ltp-open-posix-tests * ltp-pty-tests * ltp-sched-tests * ltp-securebits-tests * ltp-syscalls-tests * network-basic-tests * network-basic-tests * perf * v4l2-compliance Greetings! Daniel Díaz daniel.d...@linaro.org -- Linaro LKFT https://lkft.linaro.org

Re: [PATCH 4.19 000/267] 4.19.129-rc1 review

2020-06-19 Thread Daniel Díaz
-io-tests * ltp-ipc-tests * ltp-math-tests * ltp-mm-tests * ltp-nptl-tests * ltp-open-posix-tests * ltp-pty-tests * ltp-sched-tests * ltp-securebits-tests * ltp-syscalls-tests * network-basic-tests * perf * v4l2-compliance Greetings! Daniel Díaz daniel.d...@linaro.org -- Linaro LKFT https

Re: [PATCH 4.14 000/190] 4.14.185-rc1 review

2020-06-19 Thread Daniel Díaz
-ipc-tests * ltp-math-tests * ltp-mm-tests * ltp-nptl-tests * ltp-open-posix-tests * ltp-pty-tests * ltp-sched-tests * ltp-securebits-tests * ltp-syscalls-tests * network-basic-tests * perf * v4l2-compliance Greetings! Daniel Díaz daniel.d...@linaro.org -- Linaro LKFT https://lkft.linaro.org

Re: [PATCH 4.9 000/128] 4.9.228-rc1 review

2020-06-19 Thread Daniel Díaz
* ltp-pty-tests * ltp-sched-tests * ltp-securebits-tests * ltp-syscalls-tests * network-basic-tests * perf * v4l2-compliance Greetings! Daniel Díaz daniel.d...@linaro.org -- Linaro LKFT https://lkft.linaro.org

Re: [PATCH 1/4] selftests: lib: allow to override CC in the top-level Makefile

2019-01-28 Thread Daniel Díaz
Hello! On Mon, 28 Jan 2019 at 10:28, shuah wrote: > On 1/28/19 8:42 AM, Denys Dmytriyenko wrote: > > On Mon, Jan 28, 2019 at 08:01:15AM -0700, shuah wrote: > >> Hi Daniel, > >> > >> On 1/18/19 10:54 AM, Daniel Díaz wrote: > >>> Hello! > &

[PATCH 1/4] selftests: lib: allow to override CC in the top-level Makefile

2019-01-16 Thread Daniel Díaz
From: Fathi Boudra Relax CC assignment to allow to override CC in the top-level Makefile. Signed-off-by: Denys Dmytriyenko --- tools/testing/selftests/lib.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/lib.mk b/tools/testing/selftests/lib.mk

[PATCH 4/4] selftests: timers: use LDLIBS instead of LDFLAGS

2019-01-16 Thread Daniel Díaz
From: Fathi Boudra posix_timers fails to build due to undefined reference errors: aarch64-linaro-linux-gcc --sysroot=/build/tmp-rpb-glibc/sysroots/hikey -O2 -pipe -g -feliminate-unused-debug-types -O3 -Wl,-no-as-needed -Wall -DKTEST -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -lrt

[PATCH 3/4] selftests: seccomp: use LDLIBS instead of LDFLAGS

2019-01-16 Thread Daniel Díaz
From: Fathi Boudra seccomp_bpf fails to build due to undefined reference errors: aarch64-linaro-linux-gcc --sysroot=/build/tmp-rpb-glibc/sysroots/hikey -O2 -pipe -g -feliminate-unused-debug-types -Wl,-no-as-needed -Wall -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -lpthread seccomp_bpf.c -o

[PATCH 2/4] selftests: net: use LDLIBS instead of LDFLAGS

2019-01-16 Thread Daniel Díaz
From: Fathi Boudra reuseport_bpf_numa fails to build due to undefined reference errors: aarch64-linaro-linux-gcc --sysroot=/build/tmp-rpb-glibc/sysroots/hikey -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -lnuma

Re: [PATCH 1/4] selftests: lib: allow to override CC in the top-level Makefile

2019-01-18 Thread Daniel Díaz
Hello! On Wed, 16 Jan 2019 at 15:56, shuah wrote: > > On 1/16/19 10:43 AM, Daniel Díaz wrote: > > From: Fathi Boudra > > > > Relax CC assignment to allow to override CC in the top-level Makefile. > > > > Signed-off-by: Denys Dmytriyenko > > --

[PATCH 1/2] x86: x86_64_defconfig: Enable KSM.

2018-06-14 Thread Daniel Díaz
is to not do anything at all, until it is activated at run-time with: echo 1 > /sys/kernel/mm/ksm/run Signed-off-by: Daniel Díaz --- arch/x86/configs/x86_64_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/configs/x86_64_defconfig b/arch/x86/configs/x86_64_defconfig in

[PATCH 2/2] arm: multi_v7_defconfig: Enable KSM.

2018-06-14 Thread Daniel Díaz
is to not do anything at all, until it is activated at run-time with: echo 1 > /sys/kernel/mm/ksm/run Signed-off-by: Daniel Díaz --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defcon

Re: [PATCH 18/18] cpupower: change strncpy+truncation to strlcpy

2018-08-14 Thread Daniel Díaz
freq-bench] Error 1 make[1]: Leaving directory '/linux/tools/power/cpupower/bench' Makefile:258: recipe for target 'compile-bench' failed make: *** [compile-bench] Error 2 Does it need anything special to make? Greetings! Daniel Díaz daniel.d...@linaro.org

[PATCH] selftests: gpio: Find libmount with pkg-config if available

2018-10-16 Thread Daniel Díaz
compiler/linker options for the given package. Signed-off-by: Daniel Díaz --- tools/testing/selftests/gpio/Makefile | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/tools/testing/selftests/gpio/Makefile b/tools/testing/selftests/gpio/Makefile index 46648427d537

Re: [PATCH v3 1/2] selftests: gpio: restructure Makefile

2018-10-02 Thread Daniel Díaz
Hello! On Fri, 7 Sep 2018 at 09:35, Daniel Díaz wrote: > From: Fathi Boudra > > This patch cleans up the Makefile by restructuring a couple of > things, namely: > 1) change explicit paths in targets for variables > 2) substitute a variable (BINARIES) for another, part of

[PATCH] selftests/ftrace: Use colored output when available

2018-10-16 Thread Daniel Díaz
, to a file, then colors are not shown, thus producing a more readable output. Signed-off-by: Daniel Díaz --- tools/testing/selftests/ftrace/ftracetest | 29 +-- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/tools/testing/selftests/ftrace/ftracetest b/tools

Re: [PATCH] selftests/ftrace: Use colored output when available

2018-10-16 Thread Daniel Díaz
Hello! On Tue, 16 Oct 2018 at 12:43, Shuah Khan wrote: > On 10/16/2018 11:02 AM, Daniel Díaz wrote: > > If test is being directly executed (with stdout opened on the > > terminal) and the terminal capabilities indicate enough > > colors, then use the existing scheme of

  1   2   >