tools: Remove redundant quiet setupQ is exported from Makefile.include so it is not necessary to manuallyset it.Reviewed-by: Jiri Olsa <jolsa@kernel.org>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 <jolsa@kernel.org>Signed-off-by: Charlie Jenkins <charlie@rivosinc.com>Acked-by: Andrii Nakryiko <andrii@kernel.org>Acked-by: Quentin Monnet <qmo@kernel.org>Cc: Adrian Hunter <adrian.hunter@intel.com>Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>Cc: Alexei Starovoitov <ast@kernel.org>Cc: Benjamin Tissoires <bentiss@kernel.org>Cc: Daniel Borkmann <daniel@iogearbox.net>Cc: Daniel Lezcano <daniel.lezcano@linaro.org>Cc: Eduard Zingerman <eddyz87@gmail.com>Cc: Hao Luo <haoluo@google.com>Cc: Ian Rogers <irogers@google.com>Cc: Ingo Molnar <mingo@redhat.com>Cc: Jiri Kosina <jikos@kernel.org>Cc: John Fastabend <john.fastabend@gmail.com>Cc: Josh Poimboeuf <jpoimboe@kernel.org>Cc: KP Singh <kpsingh@kernel.org>Cc: Lukasz Luba <lukasz.luba@arm.com>Cc: Mark Rutland <mark.rutland@arm.com>Cc: Martin KaFai Lau <martin.lau@linux.dev>Cc: Mykola Lysenko <mykolal@fb.com>Cc: Namhyung Kim <namhyung@kernel.org>Cc: Peter Zijlstra <peterz@infradead.org>Cc: Rafael J. Wysocki <rafael@kernel.org>Cc: Shuah Khan <shuah@kernel.org>Cc: Song Liu <song@kernel.org>Cc: Stanislav Fomichev <sdf@google.com>Cc: Steven Rostedt (VMware) <rostedt@goodmis.org>Cc: Yonghong Song <yonghong.song@linux.dev>Cc: Zhang Rui <rui.zhang@intel.com>Link: https://lore.kernel.org/r/20250213-quiet_tools-v3-2-07de4482a581@rivosinc.comSigned-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
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 <daniel.lezcano@linaro.org>Reviewed-by: Lukasz Luba <lukasz.luba@arm.com>Link: https://patch.msgid.link/20241022155147.463475-5-daniel.lezcano@linaro.orgSigned-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
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 <visitorckw@gmail.com>Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>Link: https://lore.kernel.org/r/20230926173736.1142420-1-visitorckw@gmail.com
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 <daniel.lezcano@linaro.org>Tested-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>Link: https://lore.kernel.org/r/20220420160933.347088-3-daniel.lezcano@linaro.org