]> Git Repo - linux.git/commit
drm: Restrict stackdepot usage to builtin drm.ko
authorChris Wilson <[email protected]>
Tue, 8 Nov 2016 13:19:17 +0000 (13:19 +0000)
committerDaniel Vetter <[email protected]>
Wed, 9 Nov 2016 01:13:43 +0000 (02:13 +0100)
commitcd456f8d06d2036e1e013136c3fbf5721d04f6d7
tree447faa8d881a5def92eff206cf170db6ecf43f61
parent06d9f56f1d9aed065c18ffb48ea51901886afba9
drm: Restrict stackdepot usage to builtin drm.ko

I misread the kbuild result thinking that we had missed the include
(which we had for completeness anyway), what kbuild was actually warning
me about was that depot_save_stack was not exported.

Temporarily fix this by only selecting STACKDEPOT iff drm.ko is builtin

Reported-by: kbuild test robot <[email protected]>
Fixes: 5705670d0463 ("drm: Track drm_mm allocators and show leaks on shutdown")
Signed-off-by: Chris Wilson <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/Kconfig
This page took 0.05764 seconds and 4 git commands to generate.