aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2023-07-11 11:59:20 +0200
committerHans de Goede <hdegoede@redhat.com>2023-07-14 17:47:29 +0200
commitf2ae72541d52a0bf50366840fe2238aaf111f7ae (patch)
treed8bde225359287159461b2c4aeeef6e7c5c4640d /tools/perf/scripts/python/export-to-postgresql.py
parentplatform/x86: touchscreen_dmi.c: small changes for Archos 101 Cesium Educ tablet (diff)
downloadwireguard-linux-f2ae72541d52a0bf50366840fe2238aaf111f7ae.tar.xz
wireguard-linux-f2ae72541d52a0bf50366840fe2238aaf111f7ae.zip
platform/x86/amd: pmc: Use release_mem_region() to undo request_mem_region_muxed()
Muxed (mem) regions will wait in request_mem_region_muxed() if the region is busy (in use by another consumer) during the call. In order to wake-up possibly waiting other consumers of the region, it must be released by a release_mem_region() call, which will actually wake up any waiters. release_mem_region() also frees the resource created by request_mem_region_muxed(), avoiding the need for the unmatched kfree(). Signed-off-by: Hans de Goede <hdegoede@redhat.com> Reviewed-by: Andy Shevchenko <andy@kernel.org> Reviewed-by: Mario Limonciello <mario.limonciello@amd.com> Link: https://lore.kernel.org/r/20230711095920.264308-1-hdegoede@redhat.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions