[PATCH 5.15] xen/events: close evtchn after mapping cleanup

2024-03-04 Thread Andrew Panyakin
d46a78b05c0e ("xen: implement pirq type event channels") Cc: sta...@vger.kernel.org Co-debugged-by: Andrew Panyakin Signed-off-by: Maximilian Heyne [apanyaki: backport to v5.15-stable] Signed-off-by: Andrew Paniakin --- Compare to upstream patch this one does not have close_evtchn flag because

[PATCH 6.1] xen/events: close evtchn after mapping cleanup

2024-03-04 Thread Andrew Panyakin
d46a78b05c0e ("xen: implement pirq type event channels") Cc: sta...@vger.kernel.org Co-debugged-by: Andrew Panyakin Signed-off-by: Maximilian Heyne --- Compare to upstream patch this one does not have close_evtchn flag because there is no need to handle static event channels. This feature was

Re: [PATCH 5.10] xen/events: close evtchn after mapping cleanup

2024-03-04 Thread Andrew Panyakin
On 04/03/2024, Greg KH wrote: > On Sat, Mar 02, 2024 at 08:03:57AM -0800, Andrew Panyakin wrote: > > From: Maximilian Heyne > > > > Commit fa765c4b4aed2d64266b694520ecb025c862c5a9 upstream [...] > Where is the 5.15.y version of this commit? We have to have that befor

[PATCH 5.10] xen/events: close evtchn after mapping cleanup

2024-03-02 Thread Andrew Panyakin
d46a78b05c0e ("xen: implement pirq type event channels") Cc: sta...@vger.kernel.org Co-debugged-by: Andrew Panyakin Signed-off-by: Maximilian Heyne [apanyaki: backport to v5.10-stable] Signed-off-by: Andrew Paniakin --- Compare to upstream patch this one does not have close_evtchn flag because