]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-socket-Fix-potential-spectre-v1-gadgets'
authorDavid S. Miller <davem@davemloft.net>
Sun, 29 Jul 2018 05:43:31 +0000 (22:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 29 Jul 2018 05:43:31 +0000 (22:43 -0700)
commitd531077c2089baedd89aec5bf024422b4ee25cb5
tree2d9f35288b60c467f18e5e81891c0a198a8adad3
parent59abf5bf0c10ede51f006d0948c3242edc3b3851
parente67f02e79344689dd8cc356518e4566089461070
Merge branch 'net-socket-Fix-potential-spectre-v1-gadgets'

Jeremy Cline says:

====================
net: socket: Fix potential spectre v1 gadgets

This fixes a pair of potential spectre v1 gadgets.

Note that because the speculation window is large, the policy is to stop
the speculative out-of-bounds load and not worry if the attack can be
completed with a dependent load or store[0].

[0] https://marc.info/?l=linux-kernel&m=152449131114778
====================

Signed-off-by: David S. Miller <davem@davemloft.net>