On Thu, Nov 05, 2020 at 03:47:55PM +0100, KP Singh wrote: > From: KP Singh <kpsingh@xxxxxxxxxx> > > Use the check_syscall_operations added for task_local_storage to > exercise syscall operations for other local storage maps: > > * Check the absence of an element for the given fd. > * Create a new element, retrieve and compare its value. > * Delete the element and check again for absence. > > Signed-off-by: KP Singh <kpsingh@xxxxxxxxxx> Acked-by: Martin KaFai Lau <kafai@xxxxxx>