tools: Remove redundant quiet setupQ is exported from Makefile.include so it is not necessary to manuallyset it.Reviewed-by: Jiri Olsa <[email protected]>Signed-off-by: Charlie Jenkins <charlie@
tools: Remove redundant quiet setupQ is exported from Makefile.include so it is not necessary to manuallyset it.Reviewed-by: Jiri Olsa <[email protected]>Signed-off-by: Charlie Jenkins <[email protected]>Acked-by: Andrii Nakryiko <[email protected]>Acked-by: Quentin Monnet <[email protected]>Cc: Adrian Hunter <[email protected]>Cc: Alexander Shishkin <[email protected]>Cc: Alexei Starovoitov <[email protected]>Cc: Benjamin Tissoires <[email protected]>Cc: Daniel Borkmann <[email protected]>Cc: Daniel Lezcano <[email protected]>Cc: Eduard Zingerman <[email protected]>Cc: Hao Luo <[email protected]>Cc: Ian Rogers <[email protected]>Cc: Ingo Molnar <[email protected]>Cc: Jiri Kosina <[email protected]>Cc: John Fastabend <[email protected]>Cc: Josh Poimboeuf <[email protected]>Cc: KP Singh <[email protected]>Cc: Lukasz Luba <[email protected]>Cc: Mark Rutland <[email protected]>Cc: Martin KaFai Lau <[email protected]>Cc: Mykola Lysenko <[email protected]>Cc: Namhyung Kim <[email protected]>Cc: Peter Zijlstra <[email protected]>Cc: Rafael J. Wysocki <[email protected]>Cc: Shuah Khan <[email protected]>Cc: Song Liu <[email protected]>Cc: Stanislav Fomichev <[email protected]>Cc: Steven Rostedt (VMware) <[email protected]>Cc: Yonghong Song <[email protected]>Cc: Zhang Rui <[email protected]>Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
show more ...
tools/lib/thermal: Add the threshold netlink ABIThe thermal framework supports the thresholds and allows the userspaceto create, delete, flush, get the list of the thresholds as well asgetting th
tools/lib/thermal: Add the threshold netlink ABIThe thermal framework supports the thresholds and allows the userspaceto create, delete, flush, get the list of the thresholds as well asgetting the list of the thresholds set for a specific thermal zone.Add the netlink abstraction in the thermal library to take fulladvantage of thresholds for the userspace program.Signed-off-by: Daniel Lezcano <[email protected]>Reviewed-by: Lukasz Luba <[email protected]>Link: https://patch.msgid.link/[email protected]Signed-off-by: Rafael J. Wysocki <[email protected]>
tools/thermal: Remove unused 'mds' and 'nrhandler' variablesIn the previous code, the 'mds' and 'nrhandler' variables were notutilized in the codebase. Additionally, there was a potential NULLpoi
tools/thermal: Remove unused 'mds' and 'nrhandler' variablesIn the previous code, the 'mds' and 'nrhandler' variables were notutilized in the codebase. Additionally, there was a potential NULLpointer dereference and memory leak due to improper handling of memoryreallocation failure.This patch removes the unused 'mds' and 'nrhandler' variables along withthe associated code, addressing the unused variable issue, NULL pointerdereference issue and the memory leak issue.Signed-off-by: Kuan-Wei Chiu <[email protected]>Signed-off-by: Daniel Lezcano <[email protected]>Link: https://lore.kernel.org/r/[email protected]
tools/thermal: Add util libraryThe next changes will provide a couple of tools using some commonfunctions provided by this library.It provides basic wrappers for: - mainloop - logging - time
tools/thermal: Add util libraryThe next changes will provide a couple of tools using some commonfunctions provided by this library.It provides basic wrappers for: - mainloop - logging - timestampSigned-off-by: Daniel Lezcano <[email protected]>Tested-by: Srinivas Pandruvada <[email protected]>Link: https://lore.kernel.org/r/[email protected]