All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915: re-disable -Wframe-address
@ 2020-04-26 21:42 ` Nick Desaulniers
  0 siblings, 0 replies; 10+ messages in thread
From: Nick Desaulniers @ 2020-04-26 21:42 UTC (permalink / raw)
  To: jani.nikula, airlied, daniel
  Cc: Nick Desaulniers, Joonas Lahtinen, Rodrigo Vivi, intel-gfx,
	dri-devel, linux-kernel, clang-built-linux

The top level Makefile disables this warning. When building an
i386_defconfig with Clang, this warning is triggered a whole bunch via
includes of headers from perf.

Link: https://github.com/ClangBuiltLinux/continuous-integration/pull/182
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
---
 drivers/gpu/drm/i915/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/i915/Makefile b/drivers/gpu/drm/i915/Makefile
index 6f112d8f80ca..8c2257437471 100644
--- a/drivers/gpu/drm/i915/Makefile
+++ b/drivers/gpu/drm/i915/Makefile
@@ -22,6 +22,7 @@ subdir-ccflags-y += $(call cc-disable-warning, sign-compare)
 subdir-ccflags-y += $(call cc-disable-warning, sometimes-uninitialized)
 subdir-ccflags-y += $(call cc-disable-warning, initializer-overrides)
 subdir-ccflags-y += $(call cc-disable-warning, uninitialized)
+subdir-ccflags-y += $(call cc-disable-warning, frame-address)
 subdir-ccflags-$(CONFIG_DRM_I915_WERROR) += -Werror
 
 # Fine grained warnings disable
-- 
2.26.2.303.gf8c07b1a785-goog


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

end of thread, other threads:[~2020-05-05  6:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-26 21:42 [PATCH] drm/i915: re-disable -Wframe-address Nick Desaulniers
2020-04-26 21:42 ` [Intel-gfx] " Nick Desaulniers
2020-04-26 21:42 ` Nick Desaulniers
2020-04-26 21:50 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for " Patchwork
2020-04-26 22:12 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2020-04-26 22:24 ` [PATCH] " Nathan Chancellor
2020-04-26 22:24   ` [Intel-gfx] " Nathan Chancellor
2020-04-26 22:24   ` Nathan Chancellor
2020-04-27  0:10 ` [Intel-gfx] ✓ Fi.CI.IGT: success for " Patchwork
2020-05-05  6:48 ` [PATCH] " kbuild test robot

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.