Re: [PATCH] crypto: qat: ratelimit invalid ioctl message and print the invalid cmd
From: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Date: 2021-06-23 14:08:45
Also in:
kernel-janitors, lkml
From: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Date: 2021-06-23 14:08:45
Also in:
kernel-janitors, lkml
On Tue, Jun 22, 2021 at 04:16:08PM +0100, Colin King wrote:
From: Colin Ian King <redacted> Currently incorrect QAT ioctls can spam the kernel log with error messages of the form "QAT: Invalid ioctl" if a userspace program uses the wrong ioctl command. Quench the messages by ratelimiting them and also print the invalid command being used as that is useful to know. Signed-off-by: Colin Ian King <redacted>
Just a minor comment on the commit message:
crypto: qat: ratelimit invalid ioctl message and print
^
Patches to the qat driver have the following headline:
crypto: qat -
not
crypto: qat:
Apart from that
Acked-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Regards,
--
Giovanni