mbox series

[0/2] i915/uncore: constify the uncore vtables.

Message ID 20210909030726.3047104-1-airlied@gmail.com (mailing list archive)
Headers show
Series i915/uncore: constify the uncore vtables. | expand

Message

Dave Airlie Sept. 9, 2021, 3:07 a.m. UTC
static const vtables are more secure than writeable function pointers.

These two patches cleanup the uncore vtable to use static const tables.

v2: rebased onto drm-tip
v3: fix selftests build failure.

Dave.