> -----Original Message-----
> From: Lukasz Wojciechowski <[email protected]>
> Sent: Wednesday, April 15, 2020 7:22 AM
> To: De Lara Guarch, Pablo <[email protected]>; Tomasz Duszynski
> <[email protected]>; Michael Shamis <[email protected]>; Liron Himi
> <[email protected]>; Pattan, Reshma <[email protected]>; Naga
> Suresh Somarowthu <[email protected]>; Agalya Babu
> RadhaKrishnan <[email protected]>; Mrozowicz,
> SlawomirX <[email protected]>; Doherty, Declan
> <[email protected]>
> Cc: [email protected]; Richardson, Bruce <[email protected]>;
> [email protected]
> Subject: [PATCH] drivers/crypto: move logtype variables to source files
> 
> The four crypto drivers: kasumi, mvsam, snow3g and zuc define logtype
> variables in their header file. As the header files are included in more than 
> one
> compilation unit, it might cause appearance of multiple instances of the 
> variable
> and a linker error.
> Such situation can occur, when no common section is allowed by the compiler
> settings and tentative definitions are placed in BSS section.
> 
> Fixes: 2cba3814932e ("crypto/kasumi: add dynamic logging")
> Cc: [email protected]
> Fixes: a05a450f42fd ("crypto/mvsam: add dynamic logging")
> Cc: [email protected]
> Fixes: f3af5f9d1325 ("crypto/zuc: add dynamic logging")
> Cc: [email protected]
> Fixes: a3277ad47feb ("cryptodev: remove crypto device driver name")
> Cc: [email protected]
> Cc: [email protected]
> 
> Signed-off-by: Lukasz Wojciechowski <[email protected]>

Acked-by: Pablo de Lara <[email protected]>

Reply via email to