On Sat, Jan 21, 2023 at 5:41 PM Doug Smythies <dsmythies@xxxxxxxxx> wrote: > > Revert the portion of a recent Makefile change that incorrectly > deletes source files when doing "make clean". > > Fixes: ba2d788aa873 ("selftests: amd-pstate: Trigger tbench benchmark and test cpus") > Reported-by: Sedat Dilek <sedat.dilek@xxxxxxxxx> > Tested-by: Sedat Dilek <sedat.dilek@xxxxxxxxx> > Reviewed-by: Sedat Dilek <sedat.dilek@xxxxxxxxx> > Acked-by: Huang Rui <ray.huang@xxxxxxx> > Signed-off-by: Doug Smythies <dsmythies@xxxxxxxxx> > --- > v2: fix address list. > --- Hi Doug, thanks for the update. You happen to know through which Git tree this will go? linux-pm? linux-kselftest? https://lore.kernel.org/lkml/?q=Doug+Smythies Hmm, I cannot download the patch with b4: link="https://lore.kernel.org/lkml/000601d92db7$39e9d0b0$adbd7210$@telus.net/" $ b4 -d am $link Running git --no-pager config -z --get-regexp b4\..* Running git --no-pager config -z --get-regexp get-lore-mbox\..* Running git --no-pager config -z --get-regexp gpg\..* t_mbx_url=https://lore.kernel.org/all/https%3A%2F%2Flore.kernel.org%2Flkml%2F000601d92db79e9d0b0telus.net%2F/t.mbox.gz Grabbing thread from lore.kernel.org/all/https%3A%2F%2Flore.kernel.org%2Flkml%2F000601d92db79e9d0b0telus.net%2F/t.mbox.gz That message-id is not known. Maybe be patient. BR, -Sedat- > tools/testing/selftests/amd-pstate/Makefile | 5 ----- > 1 file changed, 5 deletions(-) > > diff --git a/tools/testing/selftests/amd-pstate/Makefile b/tools/testing/selftests/amd-pstate/Makefile > index 5f195ee756d6..5fd1424db37d 100644 > --- a/tools/testing/selftests/amd-pstate/Makefile > +++ b/tools/testing/selftests/amd-pstate/Makefile > @@ -7,11 +7,6 @@ all: > uname_M := $(shell uname -m 2>/dev/null || echo not) > ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) > > -ifeq (x86,$(ARCH)) > -TEST_GEN_FILES += ../../../power/x86/amd_pstate_tracer/amd_pstate_trace.py > -TEST_GEN_FILES += ../../../power/x86/intel_pstate_tracer/intel_pstate_tracer.py > -endif > - > TEST_PROGS := run.sh > TEST_FILES := basic.sh tbench.sh gitsource.sh > > -- > 2.25.1 > > >