[PATCH 2/3] drm/tests: Use KUNIT_DEFINE_ACTION_WRAPPER()
Maxime Ripard
mripard at kernel.org
Wed Nov 15 15:50:41 UTC 2023
Hi David,
On Sat, Nov 11, 2023 at 04:08:27AM +0800, David Gow wrote:
> In order to pass functions to kunit_add_action(), they need to be of the
> kunit_action_t type. While casting the function pointer can work, it
> will break control-flow integrity.
>
> drm_kunit_helpers already defines wrappers, but we now have a macro
> which does this automatically. Using this greatly reduces the
> boilerplate needed.
>
> Signed-off-by: David Gow <davidgow at google.com>
> ---
>
> This patch should be a no-op, just moving to use a standard macro to
> implement these wrappers rather than hand-coding them.
>
> Let me know if you'd prefer to take these in separately via the drm
> trees, or if you're okay with having this whole series go via
> kselftest/kunit.
You can merge it through your tree with
Acked-by: Maxime Ripard <mripard at kernel.org>
For the patches 2 and 3
Maxime
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20231115/a351e852/attachment.sig>
More information about the dri-devel
mailing list