Files
linux/drivers
Christophe JAILLET dde240695d net: marvell: mvpp2: Fix the computation of shared CPUs
commit b83f5ac7d9 upstream.

'bitmap_fill()' fills a bitmap one 'long' at a time.
It is likely that an exact number of bits is expected.

Use 'bitmap_set()' instead in order not to set unexpected bits.

Fixes: e531f76757 ("net: mvpp2: handle cases where more CPUs are available than s/w threads")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-12-08 09:03:25 +01:00
..
2021-07-20 16:05:42 +02:00
2021-11-18 14:03:42 +01:00
2021-11-18 14:03:51 +01:00
2021-12-01 09:19:02 +01:00
2021-11-18 14:04:20 +01:00
2021-11-26 10:39:20 +01:00