[PATCH V2 0/9] staging: vc04_services: Clean up round #2
Stefan Wahren
stefan.wahren at i2se.com
Sat Apr 28 08:47:40 PDT 2018
This series contains the follow-up versions from the first round [1]:
staging: vchiq_arm: Clear VLA warning
staging: vchiq_arm: Rework second abort criterion
staging: vchiq_arm: Make index variable more self-explaining
and some additional fixes.
[1] - https://www.mail-archive.com/driverdev-devel@linuxdriverproject.org/msg73716.html
Changes in V2:
- rebased
- fixed format issue reported by kbuild test robot
- switch back to kmalloc in VLA patch because the function could be called
from concurrent threads
Stefan Wahren (9):
staging: vchiq_arm: print real dump limit
staging: vchiq_arm: Clear VLA warning
staging: vchiq_arm: Rework second abort criterion
staging: vchiq_arm: Make index variable more self-explaining
staging: vc04_services: Remove defines from Makefile
staging: vchiq_2835_arm: Fix whitespace issue in create_pagelist
staging: vchiq_arm: remove unnecessary return
staging: vchiq_shim: Remove unnecessary break
staging: vc04_services: Remove stack hog issue from TODO
drivers/staging/vc04_services/Makefile | 2 +-
drivers/staging/vc04_services/interface/vchi/TODO | 9 ++---
.../vc04_services/interface/vchi/vchi_common.h | 2 --
.../interface/vchiq_arm/vchiq_2835_arm.c | 2 +-
.../vc04_services/interface/vchiq_arm/vchiq_arm.c | 42 +++++++++++++---------
.../vc04_services/interface/vchiq_arm/vchiq_shim.c | 1 -
6 files changed, 29 insertions(+), 29 deletions(-)
--
2.7.4
More information about the linux-rpi-kernel
mailing list