mbox series

[0/2] A brace of vchiq bulk transfer fixes

Message ID 20210104120929.294063-1-phil@raspberrypi.com (mailing list archive)
Headers show
Series A brace of vchiq bulk transfer fixes | expand

Message

Phil Elwell Jan. 4, 2021, 12:09 p.m. UTC
The recent batch of vchiq improvements broke bulk transfers in two ways:

1. The userdata associated with a transfer was lost in the case that a
   non-blocking mode was used.

2. The 64-bit ioctl compatibility shim for a bulk transfer used the
   wrong ioctl command.

This patch set fixes both of those bugs.

Phil Elwell (2):
  staging: vchiq: Fix bulk userdata handling
  staging: vchiq: Fix bulk transfers on 64-bit builds

 .../staging/vc04_services/interface/vchiq_arm/vchiq_arm.c   | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)