On 22.06.2022 16:38, Rahul Singh wrote: > evtchn_bind_interdomain() finds the local domain from "current->domain" > pointer. > > evtchn_bind_interdomain() will be called from the XEN to support static > event channel during domain creation. "current" pointer is not valid at > that time, therefore modify the evtchn_bind_interdomain() to pass > domain as an argument. > > Signed-off-by: Rahul Singh <rahul.si...@arm.com>
I think this wants folding with the previous patch. Jan