Re: [PATCH 28/36] xen/arm: introduce xen_map_text_rw

2022-03-11 Thread Julien Grall
Hi, On 07/03/2022 07:39, Jan Beulich wrote: On 04.03.2022 18:46, Marco Solieri wrote: From: Luca Miccio Introduce two new arm specific functions to temporarily map/unmap the Xen text read-write (the Xen text is mapped read-only by default by setup_pagetables): xen_map_text_rw and xen_unmap_te

Re: [PATCH 28/36] xen/arm: introduce xen_map_text_rw

2022-03-06 Thread Jan Beulich
On 04.03.2022 18:46, Marco Solieri wrote: > From: Luca Miccio > > Introduce two new arm specific functions to temporarily map/unmap the > Xen text read-write (the Xen text is mapped read-only by default by > setup_pagetables): xen_map_text_rw and xen_unmap_text_rw. > > There is only one caller i

[PATCH 28/36] xen/arm: introduce xen_map_text_rw

2022-03-04 Thread Marco Solieri
From: Luca Miccio Introduce two new arm specific functions to temporarily map/unmap the Xen text read-write (the Xen text is mapped read-only by default by setup_pagetables): xen_map_text_rw and xen_unmap_text_rw. There is only one caller in the alternative framework. The non-colored implementa