RE: [PULL 2/3] xen: Drop out of coroutine context xen_invalidate_map_cache_entry

2024-03-13 Thread Peng Fan
> Subject: Re: [PULL 2/3] xen: Drop out of coroutine context > xen_invalidate_map_cache_entry > > 13.03.2024 20:21, Michael Tokarev: > > 12.03.2024 17:27, Anthony PERARD wrote: > >> From: Peng Fan > >> > >> xen_invalidate_map_cache_entry is not expe

Re: [PULL 2/3] xen: Drop out of coroutine context xen_invalidate_map_cache_entry

2024-03-13 Thread Michael Tokarev
13.03.2024 20:21, Michael Tokarev: 12.03.2024 17:27, Anthony PERARD wrote: From: Peng Fan xen_invalidate_map_cache_entry is not expected to run in a coroutine. Without this, there is crash: Hi!  Is this a stable material? (It applies cleanly and builds on 8.2 and 7.2) Actually for 7.2 it n

Re: [PULL 2/3] xen: Drop out of coroutine context xen_invalidate_map_cache_entry

2024-03-13 Thread Michael Tokarev
12.03.2024 17:27, Anthony PERARD wrote: From: Peng Fan xen_invalidate_map_cache_entry is not expected to run in a coroutine. Without this, there is crash: Hi! Is this a stable material? (It applies cleanly and builds on 8.2 and 7.2) Thanks, /mjt