summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin/export-to-postgresql-report
diff options
context:
space:
mode:
authorJulian Braha <julianbraha@gmail.com>2026-04-05 17:15:45 +0100
committerMadhavan Srinivasan <maddy@linux.ibm.com>2026-05-12 11:50:52 +0530
commitaef656a0e6c01796190bb5bd2bdba1c644ed7811 (patch)
tree37505d5cf4c80de0450a77a54ece4e7e7d24e6ad /tools/perf/scripts/python/bin/export-to-postgresql-report
parentf98020c22ad9be07d6feefd0496e70f9f36a2f63 (diff)
downloadlinux-aef656a0e6c01796190bb5bd2bdba1c644ed7811.tar.gz
linux-aef656a0e6c01796190bb5bd2bdba1c644ed7811.zip
powerpc: fix dead default for GUEST_STATE_BUFFER_TEST
The GUEST_STATE_BUFFER_TEST config option should default to KUNIT_ALL_TESTS so that if all tests are enabled then it is included, but currently the 'default KUNIT_ALL_TESTS' statement is shadowed by 'def_tristate n', meaning that this second default statement is currently dead code. It looks to me like the commit 6ccbbc33f06a ("KVM: PPC: Add helper library for Guest State Buffers") intended to set the default to KUNIT_ALL_TESTS, but mistakenly missed the def_tristate. This dead code was found by kconfirm, a static analysis tool for Kconfig. Fixes: 6ccbbc33f06a ("KVM: PPC: Add helper library for Guest State Buffers") Signed-off-by: Julian Braha <julianbraha@gmail.com> Tested-by: Gautam Menghani <gautam@linux.ibm.com> Reviewed-by: Amit Machhiwal <amachhiw@linux.ibm.com> Reviewed-by: Harsh Prateek Bora <harshpb@linux.ibm.com> Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com> Link: https://patch.msgid.link/20260405161545.161006-1-julianbraha@gmail.com
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions