Re: [PATCH] crytodev: make logtype internal

2023-12-21 Thread David Marchand
On Tue, Dec 12, 2023 at 5:41 PM Stephen Hemminger wrote: > > The logtype does not need to be exported as API. The CDEV_* macros are exported in the public header. If some external users use them and we take this patch, the user binary will point at a symbol for which we have no safety barrier (wr

[PATCH] crytodev: make logtype internal

2023-12-12 Thread Stephen Hemminger
The logtype does not need to be exported as API. Fixes: be618b81545e ("cryptodev: convert to dynamic logtype") Signed-off-by: Stephen Hemminger --- lib/cryptodev/version.map | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cryptodev/version.map b/lib/cryptodev/version.map