OSDN Git Service

IB/core: Add mitigation for Spectre V1
authorLuck, Tony <tony.luck@intel.com>
Wed, 31 Jul 2019 04:39:57 +0000 (21:39 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Aug 2019 08:51:47 +0000 (10:51 +0200)
commit65585fab2a28f1e4a2df14d6fffd5f39deda328c
tree17fc1b203cca97577a7238e7b9bf48b5f12326ba
parent07a6a92898b53e1914a3c23d053deb3608c25a1c
IB/core: Add mitigation for Spectre V1

[ Upstream commit 61f259821dd3306e49b7d42a3f90fb5a4ff3351b ]

Some processors may mispredict an array bounds check and
speculatively access memory that they should not. With
a user supplied array index we like to play things safe
by masking the value with the array size before it is
used as an index.

Signed-off-by: Tony Luck <tony.luck@intel.com>
Link: https://lore.kernel.org/r/20190731043957.GA1600@agluck-desk2.amr.corp.intel.com
Signed-off-by: Doug Ledford <dledford@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/infiniband/core/user_mad.c