/etnaviv: add infrastructure to query perf counter)
Signed-off-by: Bo YU
---
drivers/gpu/drm/etnaviv/etnaviv_perfmon.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/etnaviv/etnaviv_perfmon.c
b/drivers/gpu/drm/etnaviv/etnaviv_perfmon.c
index 4227a4006c34..08ca3c44be48
On Tue, Mar 19, 2019 at 6:22 PM Russell King - ARM Linux admin
wrote:
>
> On Mon, Mar 18, 2019 at 10:57:55PM -0400, Bo YU wrote:
> > Calling strncpy with a maximum size argument of 64 bytes on destination
> > array "domain->name" of size 64 bytes mig
/etnaviv: add infrastructure to query perf counter)
Signed-off-by: Bo YU
---
v2: accroding to Russell's suggestion, replace strncpy with strlcpy
---
drivers/gpu/drm/etnaviv/etnaviv_perfmon.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/etnaviv/etnaviv_perfmon.c
On Thu, Mar 28, 2019 at 4:09 PM Bo YU wrote:
>
> Calling strncpy with a maximum size argument of 64 bytes on destination
> array "domain->name" of size 64 bytes might leave the destination string
> unterminated.
>
> Detected by CoverityScan, CID# 1443
9ced7 (drm/helper: add Displayport multi-stream helper (v0.6))
Signed-off-by: Bo YU
---
drivers/gpu/drm/drm_dp_mst_topology.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/drm_dp_mst_topology.c
b/drivers/gpu/drm/drm_dp_mst_topology.c
index 4b74193b89ce..4c
Ok, drop it.
On Thu, Feb 14, 2019 at 1:09 PM Zhou, David(ChunMing)
wrote:
>
>
> > -Original Message-
> > From: Bo YU
> > Sent: Thursday, February 14, 2019 12:46 PM
> > To: Deucher, Alexander ; Koenig, Christian
> > ; Zhou, David(ChunMing)
> >
From: Bo Yu
Calling "amdgpu_ring_test_helper" without checking return value
Signed-off-by: Bo Yu
---
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
b/drivers/gpu/drm/amd/amdgpu/