[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200918095441.1446041-1-arnd@arndb.de>
Date: Fri, 18 Sep 2020 11:54:36 +0200
From: Arnd Bergmann <arnd@...db.de>
To: linux-rpi-kernel@...ts.infradead.org, nsaenzjulienne@...e.de
Cc: linux-kernel@...r.kernel.org, devel@...verdev.osuosl.org,
linux-arm-kernel@...ts.infradead.org,
bcm-kernel-feedback-list@...adcom.com, marcgonzalez@...gle.com,
jamal.k.shareef@...il.com, gregkh@...uxfoundation.org,
stefan.wahren@...e.com, inf.braun@....de, hch@....de,
Arnd Bergmann <arnd@...db.de>
Subject: [PATCH 0/5] staging: vchiq: stop using compat_alloc_user_space
This driver is one of only a few remaining files using
compat_alloc_user_space() and copy_in_user() to implement the compat_ioctl
handlers.
Change it to be more like the other drivers, calling the underlying
implementation directly, which is generally simpler and less
error-prone.
This is only build tested so far.
Arnd
Arnd Bergmann (5):
staging: vchiq: rework compat handling
staging: vchiq: convert compat create_service
staging: vchiq: convert compat dequeue_message
staging: vchiq: convert compat bulk transfer
staging: vchiq: convert compat await_completion
.../interface/vchiq_arm/vchiq_arm.c | 1194 ++++++++---------
1 file changed, 551 insertions(+), 643 deletions(-)
--
2.27.0
Powered by blists - more mailing lists