On Fri, Sep 22, 2023 at 10:03:47AM +0100, Giovanni Cabiddu wrote: > Increase the size of the buffers used for composing the names used for > the transport debugfs entries and the vector name to avoid a potential > truncation. > > This resolves the following errors when compiling the driver with W=1 > and KCFLAGS=-Werror on GCC 12.3.1: > > drivers/crypto/intel/qat/qat_common/adf_transport_debug.c: In function ‘adf_ring_debugfs_add’: > drivers/crypto/intel/qat/qat_common/adf_transport_debug.c:100:60: error: ‘snprintf’ output may be truncated before the last format character [-Werror=format-truncation=] > drivers/crypto/intel/qat/qat_common/adf_isr.c: In function ‘adf_isr_resource_alloc’: > drivers/crypto/intel/qat/qat_common/adf_isr.c:197:47: error: ‘%d’ directive output may be truncated writing between 1 and 11 bytes into a region of size between 0 and 5 [-Werror=format-truncation=] > > Fixes: a672a9dc872e ("crypto: qat - Intel(R) QAT transport code") > Signed-off-by: Giovanni Cabiddu <giovanni.cabiddu@xxxxxxxxx> > Reviewed-by: Damian Muszynski <damian.muszynski@xxxxxxxxx> > --- > drivers/crypto/intel/qat/qat_common/adf_accel_devices.h | 2 +- > drivers/crypto/intel/qat/qat_common/adf_transport_debug.c | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) Patch applied. Thanks. -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt