]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/gvt: Fix kmem_cache_create() name
authorAlex Williamson <alex.williamson@redhat.com>
Tue, 24 Jan 2017 20:15:43 +0000 (13:15 -0700)
committerZhenyu Wang <zhenyuw@linux.intel.com>
Wed, 25 Jan 2017 02:28:34 +0000 (10:28 +0800)
commit442f8123d1bc1f7977a5c8fa08100b0c87e017c4
treec7d5e537cd273d28792ab044c7f977e3fcf1bb05
parent662e13783517807f44e7825a0e5523a64b40cd39
drm/i915/gvt: Fix kmem_cache_create() name

According to kmem_cache_sanity_check(), spaces are not allowed in the
name of a cache and results in a kernel oops with CONFIG_DEBUG_VM.
Convert to underscores.

Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
drivers/gpu/drm/i915/gvt/execlist.c