On Thu, Jun 19, 2025 at 05:03:16AM -0400, Sasha Levin wrote:
[ Sasha's backport helper bot ]
Hi,
Summary of potential issues: ℹ️ This is part 14/16 of a series ⚠️ Found follow-up fixes in mainline
The upstream commit SHA1 provided is correct: 872df34d7c51a79523820ea6a14860398c639b87
WARNING: Author mismatch between patch and upstream commit: Backport author: Pawan Guptapawan.kumar.gupta@linux.intel.com Commit author: Peter Zijlstrapeterz@infradead.org
Status in newer kernel trees: 6.15.y | Present (exact SHA1) 6.12.y | Present (different SHA1: 88a817e60dbb) 6.6.y | Present (different SHA1: 3b2234cd50a9) 6.1.y | Present (different SHA1: 959cadf09dba) 5.15.y | Present (different SHA1: 1b231a497756)
Found fixes commits: a82b26451de1 x86/its: explicitly manage permissions for ITS pages
This commit is not required, 5.10 already explicitly manages permissions via set_memory_*() calls and patch 13/16 (x86/modules: Set VM_FLUSH_RESET_PERMS in module_alloc()).
0b0cae7119a0 x86/its: move its_pages array to struct mod_arch_specific
This is not a functional change, and hence not mandatory.
9f35e33144ae x86/its: Fix build errors when CONFIG_MODULES=n
This is patch 15/16.