Re: [PATCH 4/4] accel/habanalabs: move ioctl error print to debug level

2023-05-27 Thread Ofir Bitton
On 22/05/2023 14:25, Oded Gabbay wrote: > We don't want to allow users to spam the kernel log and sending > ioctls with bad opcodes is a sure way to do it. > > Signed-off-by: Oded Gabbay > --- > drivers/accel/habanalabs/common/habanalabs_ioctl.c | 6 +++--- > 1 file changed, 3 insertions(+), 3

[PATCH 4/4] accel/habanalabs: move ioctl error print to debug level

2023-05-22 Thread Oded Gabbay
We don't want to allow users to spam the kernel log and sending ioctls with bad opcodes is a sure way to do it. Signed-off-by: Oded Gabbay --- drivers/accel/habanalabs/common/habanalabs_ioctl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/accel/habanalabs/com