[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Ping: [PATCH v3 5/8] evtchn: add compat struct checking for newer sub-ops
On 23.07.2020 17:50, Jan Beulich wrote: > Various additions to the interface did not get mirrored into the compat > handling machinery. Luckily all additions were done in ways not making > any form of translation necessary. > > Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> > --- > v3: New. Anyone? For the rest of this series, I'm going to put it in with Roger's R-b-s, as there hasn't been other feedback in over a month. As the one here is sufficiently simple and of little risk, I think I'll also time out waiting for an ack or R-b by the end of the week. Jan > --- a/xen/common/compat/xlat.c > +++ b/xen/common/compat/xlat.c > @@ -54,6 +54,22 @@ CHECK_evtchn_op; > #undef xen_evtchn_status > #undef xen_evtchn_unmask > > +#define xen_evtchn_expand_array evtchn_expand_array > +CHECK_evtchn_expand_array; > +#undef xen_evtchn_expand_array > + > +#define xen_evtchn_init_control evtchn_init_control > +CHECK_evtchn_init_control; > +#undef xen_evtchn_init_control > + > +#define xen_evtchn_reset evtchn_reset > +CHECK_evtchn_reset; > +#undef xen_evtchn_reset > + > +#define xen_evtchn_set_priority evtchn_set_priority > +CHECK_evtchn_set_priority; > +#undef xen_evtchn_set_priority > + > #define xen_mmu_update mmu_update > CHECK_mmu_update; > #undef xen_mmu_update > --- a/xen/include/xlat.lst > +++ b/xen/include/xlat.lst > @@ -66,8 +66,12 @@ > ? evtchn_bind_vcpu event_channel.h > ? evtchn_bind_virq event_channel.h > ? evtchn_close event_channel.h > +? evtchn_expand_array event_channel.h > +? evtchn_init_control event_channel.h > ? evtchn_op event_channel.h > +? evtchn_reset event_channel.h > ? evtchn_send event_channel.h > +? evtchn_set_priority event_channel.h > ? evtchn_status event_channel.h > ? evtchn_unmask event_channel.h > ? gnttab_cache_flush grant_table.h >
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |