Re: [PATCH] tools/power/x86/intel-speed-select: drop __DATE__ and __TIME__ macros

2021-03-12 Thread Srinivas Pandruvada
On Fri, 2021-03-12 at 10:57 -0300, Antonio Terceiro wrote: > These macros introduce nondeterminism in builds, and break > reproducible > builds. Thanks. I will include this change in my pull request. -Srinivas > > Signed-off-by: Antonio Terceiro > Cc: Srinivas Pandruvada > --- >

[PATCH] tools/power/x86/intel-speed-select: drop __DATE__ and __TIME__ macros

2021-03-12 Thread Antonio Terceiro
These macros introduce nondeterminism in builds, and break reproducible builds. Signed-off-by: Antonio Terceiro Cc: Srinivas Pandruvada --- tools/power/x86/intel-speed-select/isst-config.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/power/x86/intel-speed-select/isst-config.c