Merge updates related to system sleep handling, one power capping update
and one PM utility update for 6.7-rc1:
 - Use __get_safe_page() rather than touching the list in hibernation
   snapshot code (Brian Geffon).
 - Fix symbol export for _SIMPLE_ variants of _PM_OPS() (Raag Jadav).
 - Clean up sync_read handling in snapshot_write_next() (Brian Geffon).
 - Fix kerneldoc comments for swsusp_check() and swsusp_close() to
   better match code (Christoph Hellwig).
 - Downgrade BIOS locked limits pr_warn() in the Intel RAPL power
   capping driver to pr_debug() (Ville Syrjälä).
 - Change the minimum python version for the intel_pstate_tracer utility
   from 2.7 to 3.6 (Doug Smythies).
* pm-sleep:
  PM: hibernate: fix the kerneldoc comment for swsusp_check() and swsusp_close()
  PM: hibernate: Clean up sync_read handling in snapshot_write_next()
  PM: sleep: Fix symbol export for _SIMPLE_ variants of _PM_OPS()
  PM: hibernate: Use __get_safe_page() rather than touching the list
* powercap:
  powercap: intel_rapl: Downgrade BIOS locked limits pr_warn() to pr_debug()
* pm-tools:
  tools/power/x86/intel_pstate_tracer: python minimum version