public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH 0/4] The Following Patches are to Fix the Critical KclockWork Errors in i915_gem and gt
@ 2021-06-28 14:38 Bommu Krishnaiah
  2021-06-28 14:38 ` [Intel-gfx] [PATCH 1/4] Klock work Fix for NULL dereferencing in i915_gem_ttm.c Bommu Krishnaiah
                   ` (8 more replies)
  0 siblings, 9 replies; 16+ messages in thread
From: Bommu Krishnaiah @ 2021-06-28 14:38 UTC (permalink / raw)
  To: intel-gfx; +Cc: Bommu Krishnaiah

Klock work Fix for NULL dereferencing in i915_gem_ttm.c
original issue statement "Pointer 'sg' returned from call to function '__i915_gem_object_get_sg' at line 592 may be NULL and will be dereferenced at line 594."

Klock work Fix for NULL dereferencing in i915_gem_mman.c
original issue statement "Null pointer 'mmo' that comes from line 892 may be dereferenced at line 964."

Klock work Fix for possible memory leak in intel_execlists_submission.c
original issue statement “Possible memory leak. Dynamic memory stored in 've' allocated through function 'kzalloc' at line 3721 can be lost at line 3850”

Klock work Fix for uninitialized array intel_migrate.c
original issue statement "'engines' array elements might be used uninitialized in this function."

Bommu Krishnaiah (4):
  Klock work Fix for NULL dereferencing in i915_gem_ttm.c
  Klock work Fix for NULL dereferencing in i915_gem_mman.c
  Klock work Fix for possible memory leak in
    intel_execlists_submission.c
  Klock work Fix for uninitialized array intel_migrate.c

 drivers/gpu/drm/i915/gem/i915_gem_mman.c             | 2 ++
 drivers/gpu/drm/i915/gem/i915_gem_ttm.c              | 1 +
 drivers/gpu/drm/i915/gt/intel_execlists_submission.c | 1 +
 drivers/gpu/drm/i915/gt/intel_migrate.c              | 4 ++++
 4 files changed, 8 insertions(+)

-- 
2.25.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2021-07-01  9:49 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-28 14:38 [Intel-gfx] [PATCH 0/4] The Following Patches are to Fix the Critical KclockWork Errors in i915_gem and gt Bommu Krishnaiah
2021-06-28 14:38 ` [Intel-gfx] [PATCH 1/4] Klock work Fix for NULL dereferencing in i915_gem_ttm.c Bommu Krishnaiah
2021-06-29  9:26   ` Ramalingam C
2021-07-01  9:39   ` Matthew Auld
2021-07-01  9:49     ` Matthew Auld
2021-06-28 14:38 ` [Intel-gfx] [PATCH 2/4] Klock work Fix for NULL dereferencing in i915_gem_mman.c Bommu Krishnaiah
2021-06-29  9:23   ` Ramalingam C
2021-06-28 14:38 ` [Intel-gfx] [PATCH 3/4] Klock work Fix for possible memory leak in intel_execlists_submission.c Bommu Krishnaiah
2021-06-28 15:01   ` Tvrtko Ursulin
2021-06-28 14:38 ` [Intel-gfx] [PATCH 4/4] Klock work Fix for uninitialized array intel_migrate.c Bommu Krishnaiah
2021-06-29  8:52   ` Ramalingam C
2021-06-28 18:37 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for The Following Patches are to Fix the Critical KclockWork Errors in i915_gem and gt Patchwork
2021-06-28 18:37 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2021-06-28 19:07 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2021-06-28 22:46 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
2021-06-29  8:14 ` [Intel-gfx] [PATCH 0/4] " Ramalingam C

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox