]> git.baikalelectronics.ru Git - kernel.git/commit
sfc: Avoid NULL pointer dereference on systems without numa awareness
authorMartin Habets <habetsm.xilinx@gmail.com>
Tue, 29 Mar 2022 16:07:49 +0000 (17:07 +0100)
committerJakub Kicinski <kuba@kernel.org>
Wed, 30 Mar 2022 19:08:58 +0000 (12:08 -0700)
commitcd119b3b2bdcafab6bfb922ce4b71934178e10b6
tree5c63e1ffe9dbe0c2d815368467fc792baee47801
parent990eb7be74f459561d14d55094e06b8b34cc47f7
sfc: Avoid NULL pointer dereference on systems without numa awareness

On such systems cpumask_of_node() returns NULL, which bitmap
operations are not happy with.

Fixes: 32b57c7da690 ("sfc: default config to 1 channel/core in local NUMA node only")
Fixes: af83ef65bdaf ("sfc: set affinity hints in local NUMA node only")
Signed-off-by: Martin Habets <habetsm.xilinx@gmail.com>
Reviewed-by: Íñigo Huguet <ihuguet@redhat.com>
Link: https://lore.kernel.org/r/164857006953.8140.3265568858101821256.stgit@palantir17.mph.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/sfc/efx_channels.c