Saud Farooqui ([email protected])

Number of posts: 8 (0.12 per day)
First post: 2022-04-18 12:27:15
Last post: 2022-06-23 10:06:16

Date List Subject
2022-06-23 10:06:16 linux-kernel [PATCH v1] rpmsg: strcpy is not safe, use strscpy_pad() instead
2022-06-22 09:36:23 linux-kernel [PATCH v2] drm/sun4i: Return if frontend is not present
2022-06-21 16:51:34 linux-kernel [PATCH v1] drm/sun4i: Return from the function in error condition
2022-06-09 19:24:02 linux-kernel [PATCH] drm/vc4: hdmi: Fixed possible integer overflow
2022-06-08 21:53:28 linux-kernel [PATCH] crypto: sun8i-ss - Return appropriate error code
2022-06-08 20:11:03 linux-kernel [PATCH] rpmsg: strcpy is not safe, use strncpy
2022-06-07 14:07:45 linux-kernel [PATCH] drm/sun4i: Add return statement in sun4i_layer_format_mod_supported Add a missing return after the IS_ERR_OR_NULL() check in sun4i_layer_format_mod_supported()
2022-04-18 12:27:15 linux-kernel [PATCH] iommufd: unlock ictx->vfio_compat before return.