[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YoDcMmcnbPjk4uuV@kroah.com>
Date: Sun, 15 May 2022 12:55:46 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Yaşar Arabacı <yasar11732@...il.com>
Cc: paulo.miguel.almeida.rodenas@...il.com, dan.carpenter@...cle.com,
alexandre.belloni@...tlin.com, realwakka@...il.com,
u.kleine-koenig@...gutronix.de, linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Staging: pi433: Don't use ioctl for per-client
configuration
On Sun, May 15, 2022 at 01:47:11PM +0300, Yaşar Arabacı wrote:
> Currently this driver uses ioctl for reading/writing per-device and
> per-client configuration. Per-client configuration can be handled by
> usespace and sent to driver with each write() call. Doing so does not
> introduce extra overhead because we copy tx config to fifo for each
> transmit anyway. This way, we don't have to introduce new ioctl's.
Wait, you just changed the user api of the write/read call to the
driver? That's dangerous, especially:
> This has not been tested as I don't have access to hardware.
That's not good. You need to figure out what userspace tool(s) use this
api and ensure that you did not just break them for no good reason.
thanks,
greg k-h
Powered by blists - more mailing lists