Re: [PATCH v2] lib: Add strcspn function

2025-05-12 Thread Jan Beulich
On 08.05.2025 11:43, Andrew Cooper wrote: > On 07/05/2025 3:45 pm, Kevin Lampis wrote: >> From: Ross Lagerwall >> >> This will be used by future patches. >> >> Signed-off-by: Ross Lagerwall >> Signed-off-by: Kevin Lampis > > Reviewed-by: Andrew Cooper Like for the sha256 change - isn't this i

Re: [PATCH v2] lib: Add strcspn function

2025-05-08 Thread Andrew Cooper
On 07/05/2025 3:45 pm, Kevin Lampis wrote: > From: Ross Lagerwall > > This will be used by future patches. > > Signed-off-by: Ross Lagerwall > Signed-off-by: Kevin Lampis Reviewed-by: Andrew Cooper

[PATCH v2] lib: Add strcspn function

2025-05-07 Thread Kevin Lampis
From: Ross Lagerwall This will be used by future patches. Signed-off-by: Ross Lagerwall Signed-off-by: Kevin Lampis --- Changes in v2: - Add alias to __builtin_strcspn --- xen/include/xen/string.h | 5 + xen/lib/Makefile | 1 + xen/lib/strcspn.c| 22 +