Re: [PATCH 2/2] efi_selftest: check for deleted handles in the event notification list

2023-06-01 Thread Heinrich Schuchardt
Am 1. Juni 2023 21:32:04 MESZ schrieb Ilias Apalodimas : >Hi Heinrich, > >[...] >> > + * @event notified event >> > + * @context pointer to the notification count >> > + */ >> > +static void EFIAPI test_uninstall_notify(struct efi_event *event, void >> > *context) >> > +{ >> > + return

Re: [PATCH 2/2] efi_selftest: check for deleted handles in the event notification list

2023-06-01 Thread Ilias Apalodimas
Hi Heinrich, [...] > > + * @event notified event > > + * @contextpointer to the notification count > > + */ > > +static void EFIAPI test_uninstall_notify(struct efi_event *event, void > > *context) > > +{ > > + return; > > +} > > + > > /* > >* Setup unit test. > >* > > @@ -9

Re: [PATCH 2/2] efi_selftest: check for deleted handles in the event notification list

2023-06-01 Thread Heinrich Schuchardt
On 6/1/23 14:06, Ilias Apalodimas wrote: A previous patch is fixing a problem where handles were added in an event notification list, but were never deleted when the handle got deleted. Add a test case which calls - RegisterProtocolNotify - IstallMultipleProtocolInterface - UnIstallMultipleProto

[PATCH 2/2] efi_selftest: check for deleted handles in the event notification list

2023-06-01 Thread Ilias Apalodimas
A previous patch is fixing a problem where handles were added in an event notification list, but were never deleted when the handle got deleted. Add a test case which calls - RegisterProtocolNotify - IstallMultipleProtocolInterface - UnIstallMultipleProtocolInterface - LocateHandleBuffer(ByRegiste