summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorArd Biesheuvel <ardb@kernel.org>2025-08-28 12:22:07 +0200
committerBorislav Petkov (AMD) <bp@alien8.de>2025-08-31 12:40:56 +0200
commite349241b97a8b1169a4e90375159df4d22061f9a (patch)
tree0880ed0ddbf3357d077c757b74c5d130e7baeb4d /tools/perf/scripts/python/stackcollapse.py
parent7cb7b6de9cb90311a917d65c0228b6aa223dc456 (diff)
downloadkernel-e349241b97a8b1169a4e90375159df4d22061f9a.tar.gz
x86/sev: Run RMPADJUST on SVSM calling area page to test VMPL
Determining the VMPL at which the kernel runs involves performing a RMPADJUST operation on an arbitrary page of memory, and observing whether it succeeds. The use of boot_ghcb_page in the core kernel in this case is completely arbitrary, but results in the need to provide a PIC alias for it. So use boot_svsm_ca_page instead, which already needs this alias for other reasons. Signed-off-by: Ard Biesheuvel <ardb@kernel.org> Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de> Reviewed-by: Tom Lendacky <thomas.lendacky@amd.com> Link: https://lore.kernel.org/20250828102202.1849035-28-ardb+git@google.com
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
guide/device-mapper?id=fd5b92b4ce16476d6d460df78c676ad74a1c117a'>dm vdo: document log_level parameterKen Raeburn 2024-02-20dm vdo: add vio life cycle details to design docMatthew Sakai 2024-02-20dm vdo: add vdo documentation to device-mapper indexMatthew Sakai 2024-02-20dm: add documentation for dm-vdo targetMatthew Sakai 2023-06-22Documentation: dm-integrity: Document an example of how the tunables relate.Russell Harmon 2023-06-22Documentation: dm-integrity: Document default values.Russell Harmon 2023-06-22Documentation: dm-integrity: Document the meaning of "buffer".Russell Harmon 2023-06-22Documentation: dm-integrity: Fix minor grammatical error.Russell Harmon 2023-06-16dm flakey: introduce random_read_corrupt and random_write_corrupt optionsMikulas Patocka 2023-04-19dm flakey: add an "error_reads" optionMikulas Patocka 2023-02-02Documentation: admin-guide: correct spellingRandy Dunlap 2022-12-02dm init: add dm-mod.waitfor to wait for asynchronously probed block devicesPeter Korsgaard 2022-10-18dm verity: Add documentation for try_verify_in_tasklet optionMilan Broz 2022-07-14dm writecache: count number of blocks discarded, not number of discard biosMikulas Patocka 2022-07-14dm writecache: count number of blocks written, not number of write biosMikulas Patocka 2022-07-14dm writecache: count number of blocks read, not number of read biosMikulas Patocka 2022-07-07Documentation: dm writecache: Render status list as listBagas Sanjaya 2022-07-07Documentation: dm writecache: add blank line before optional parametersMauro Carvalho Chehab 2021-08-20dm ima: update dm documentation for ima measurement supportTushar Sugandhi 2021-08-10dm: add documentation for IMA measurement supportTushar Sugandhi 2021-08-10dm writecache: add event countersMikulas Patocka 2021-06-28dm writecache: make writeback pause configurableMikulas Patocka 2021-06-25dm writecache: add optional "metadata_only" parameterMikulas Patocka 2021-06-25dm writecache: add "cleaner" and "max_age" to DocumentationMike Snitzer 2021-02-22Merge tag 'for-5.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds 2021-02-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds 2021-02-03dm crypt: support using trusted keysAhmad Fatoum 2021-02-03dm integrity: introduce the "fix_hmac" argumentMikulas Patocka