All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] A brace of vchiq bulk transfer fixes
@ 2021-01-04 12:09 Phil Elwell
  2021-01-04 12:09 ` [PATCH 1/2] staging: vchiq: Fix bulk userdata handling Phil Elwell
  2021-01-04 12:09 ` [PATCH 2/2] staging: vchiq: Fix bulk transfers on 64-bit builds Phil Elwell
  0 siblings, 2 replies; 10+ messages in thread
From: Phil Elwell @ 2021-01-04 12:09 UTC (permalink / raw)
  To: Nicolas Saenz Julienne, Greg Kroah-Hartman, Arnd Bergmann,
	Dan Carpenter, bcm-kernel-feedback-list, linux-rpi-kernel,
	linux-arm-kernel, devel
  Cc: Phil Elwell

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(-)

-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-01-05 15:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-04 12:09 [PATCH 0/2] A brace of vchiq bulk transfer fixes Phil Elwell
2021-01-04 12:09 ` [PATCH 1/2] staging: vchiq: Fix bulk userdata handling Phil Elwell
2021-01-04 17:37   ` Stefan Wahren
2021-01-04 18:31   ` Dan Carpenter
2021-01-04 19:26     ` Phil Elwell
2021-01-05 11:01       ` Dan Carpenter
2021-01-05 11:53         ` Phil Elwell
2021-01-05 13:22           ` Dan Carpenter
2021-01-05 15:13           ` Arnd Bergmann
2021-01-04 12:09 ` [PATCH 2/2] staging: vchiq: Fix bulk transfers on 64-bit builds Phil Elwell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.