mirror of
https://github.com/torvalds/linux.git
synced 2025-11-01 09:09:47 +02:00
It seems for some random configuration drm_device is bigger than 2048
bytes.
The fix is to make the mock objects static variables.
Bug reported by 0-DAY Kernel test infrastructure here:
https://lists.01.org/pipermail/kbuild-all/2018-November/054431.html
Fixes:
|
||
|---|---|---|
| .. | ||
| drm_mm_selftests.h | ||
| drm_modeset_selftests.h | ||
| drm_selftest.c | ||
| drm_selftest.h | ||
| Makefile | ||
| test-drm_format.c | ||
| test-drm_framebuffer.c | ||
| test-drm_mm.c | ||
| test-drm_modeset_common.c | ||
| test-drm_modeset_common.h | ||
| test-drm_plane_helper.c | ||