mbox series

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

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

Message

Dave Airlie Sept. 8, 2021, 4:45 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.

Dave.