All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] drm/i915: Enable -Wsometimes-uninitialized
@ 2021-08-24 22:54 ` Nathan Chancellor
  0 siblings, 0 replies; 22+ messages in thread
From: Nathan Chancellor @ 2021-08-24 22:54 UTC (permalink / raw)
  To: Jani Nikula, Joonas Lahtinen, Rodrigo Vivi
  Cc: Jason Ekstrand, Thomas Hellström, Matthew Auld,
	Michael J. Ruhl, Nick Desaulniers, intel-gfx, dri-devel,
	linux-kernel, clang-built-linux, llvm, Nathan Chancellor

Commit 46e2068081e9 ("drm/i915: Disable some extra clang warnings")
disabled -Wsometimes-uninitialized as noisy but there have been a few
fixes to clang that make the false positive rate fairly low so it should
be enabled to help catch obvious mistakes. The first two patches fix
revent instances of this warning then enables it for i915 like the rest
of the tree.

Cheers,
Nathan

Nathan Chancellor (3):
  drm/i915/selftests: Do not use import_obj uninitialized
  drm/i915/selftests: Always initialize err in
    igt_dmabuf_import_same_driver_lmem()
  drm/i915: Enable -Wsometimes-uninitialized

 drivers/gpu/drm/i915/Makefile                        | 1 -
 drivers/gpu/drm/i915/gem/selftests/i915_gem_dmabuf.c | 7 ++++---
 2 files changed, 4 insertions(+), 4 deletions(-)


base-commit: fb43ebc83e069625cfeeb2490efc3ffa0013bfa4
-- 
2.33.0


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

end of thread, other threads:[~2021-09-15 14:05 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-24 22:54 [PATCH 0/3] drm/i915: Enable -Wsometimes-uninitialized Nathan Chancellor
2021-08-24 22:54 ` [Intel-gfx] " Nathan Chancellor
2021-08-24 22:54 ` [PATCH 1/3] drm/i915/selftests: Do not use import_obj uninitialized Nathan Chancellor
2021-08-24 22:54   ` [Intel-gfx] " Nathan Chancellor
2021-08-25  9:56   ` Thomas Hellström
2021-08-25  9:56     ` [Intel-gfx] " Thomas Hellström
2021-08-24 22:54 ` [PATCH 2/3] drm/i915/selftests: Always initialize err in igt_dmabuf_import_same_driver_lmem() Nathan Chancellor
2021-08-24 22:54   ` [Intel-gfx] " Nathan Chancellor
2021-08-25  9:57   ` Thomas Hellström
2021-08-25  9:57     ` [Intel-gfx] " Thomas Hellström
2021-08-24 22:54 ` [PATCH 3/3] drm/i915: Enable -Wsometimes-uninitialized Nathan Chancellor
2021-08-24 22:54   ` [Intel-gfx] " Nathan Chancellor
2021-09-14 15:17   ` Nick Desaulniers
2021-09-14 15:17     ` [Intel-gfx] " Nick Desaulniers
2021-08-25 18:59 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
2021-08-26  0:31 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
2021-09-13 17:55 ` [PATCH 0/3] " Nathan Chancellor
2021-09-13 17:55   ` [Intel-gfx] " Nathan Chancellor
2021-09-14 17:10   ` Jani Nikula
2021-09-14 17:10     ` [Intel-gfx] " Jani Nikula
2021-09-14 19:53     ` Nathan Chancellor
2021-09-14 19:53       ` [Intel-gfx] " Nathan Chancellor

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.