]> sourceware.org Git - systemtap.git/commit
Disable liveness analysis for kernels with CONFIG_MITIGATION_RETPOLINE=y
authorWilliam Cohen <wcohen@redhat.com>
Wed, 5 Jun 2024 19:38:54 +0000 (15:38 -0400)
committerWilliam Cohen <wcohen@redhat.com>
Wed, 5 Jun 2024 19:38:54 +0000 (15:38 -0400)
commitb25d590d6728d94e6d867452227e76672c2b14d3
tree04ca9f6d75719c7eda69e371b130087faae2143d
parent0c437c7e2d02772615d73d1be1c3100d4c1de254
Disable liveness analysis for kernels with CONFIG_MITIGATION_RETPOLINE=y

The upstream linux git commit aefb2f2e619b6c334bc renames
CONFIG_RETPOLINE to CONFIG_MITIGATION_RETPOLINE.  The systemtap
code needs to look for CONFIG_MITIGATION_RETPOLINE setting in addition
to CONFIG_RETPOLINE and disable the liveness analysis if either one
is set.
tapsets.cxx
This page took 0.02433 seconds and 5 git commands to generate.