diff options
author | Alexander Lobakin <aleksander.lobakin@intel.com> | 2024-06-20 15:53:37 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-10-04 16:33:45 +0200 |
commit | 122d2f10b45cc80844ded8777535256342615fb3 (patch) | |
tree | abe0f4e61aca7d16be515cf1e937df71d6854a00 /security/selinux/hooks.c | |
parent | 33818ec99d6fef0214215c38b4e0b478ffe315e0 (diff) |
idpf: stop using macros for accessing queue descriptors
[ Upstream commit 66c27e3b19d5aae58d7f0145113de61d6fba5e09 ]
In C, we have structures and unions.
Casting `void *` via macros is not only error-prone, but also looks
confusing and awful in general.
In preparation for splitting the queue structs, replace it with a
union and direct array dereferences.
Reviewed-by: Przemek Kitszel <przemyslaw.kitszel@intel.com>
Reviewed-by: Mina Almasry <almasrymina@google.com>
Signed-off-by: Alexander Lobakin <aleksander.lobakin@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Stable-dep-of: e4b398dd82f5 ("idpf: fix netdev Tx queue stop/wake")
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'security/selinux/hooks.c')
0 files changed, 0 insertions, 0 deletions