Re: [PATCH] arm64: Fix page permissions for platforms running at EL2

2025-04-05 Thread Tom Rini
On Wed, 19 Mar 2025 09:22:02 +0200, Ilias Apalodimas wrote: > We currently set both and print both PXN and UXN bits when removing > execution for pages. This happens even in the existing per platform > definitions of 'struct mm_region'. > > That's not entirely correct though. For stage-1 translat

Re: [PATCH] arm64: Fix page permissions for platforms running at EL2

2025-04-04 Thread Simon Glass
Hi Ilias, On Wed, 19 Mar 2025 at 08:22, Ilias Apalodimas wrote: > > We currently set both and print both PXN and UXN bits when removing > execution for pages. This happens even in the existing per platform > definitions of 'struct mm_region'. > > That's not entirely correct though. For stage-1 tr

Re: [PATCH] arm64: Fix page permissions for platforms running at EL2

2025-03-19 Thread Simon Glass
Hi Ilias, On Wed, 19 Mar 2025 at 16:22, Ilias Apalodimas wrote: > > Hi Simon, > > On Wed, 19 Mar 2025 at 17:04, Simon Glass wrote: > > > > Hi Ilias, > > > > On Wed, 19 Mar 2025 at 08:22, Ilias Apalodimas > > wrote: > > > > > > We currently set both and print both PXN and UXN bits when removing

Re: [PATCH] arm64: Fix page permissions for platforms running at EL2

2025-03-19 Thread Ilias Apalodimas
Hi Simon, On Wed, 19 Mar 2025 at 17:04, Simon Glass wrote: > > Hi Ilias, > > On Wed, 19 Mar 2025 at 08:22, Ilias Apalodimas > wrote: > > > > We currently set both and print both PXN and UXN bits when removing > > execution for pages. This happens even in the existing per platform > > definitions