[PATCH 3/3] staging: vchiq: make wait events interruptible

Stefan Wahren stefan.wahren at i2se.com
Fri Apr 5 12:46:09 UTC 2019


Am 05.04.19 um 13:34 schrieb Nicolas Saenz Julienne:
> The killable version of wait_event() is meant to be used on situations
> where it's not meant to fail at all costs, but still have the convenience
> of being able to kill it if really necessary. For instance it's used
> while waiting on an page write on some file systems.
>
> Wait events in VCHIQ don't fit this criteria, as it's mainly used as an
> interface to V4L2 and ALSA devices.
>
> Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne at suse.de>
Shouldn't this have a Fixes tag?


More information about the devel mailing list