android_kernel_samsung_a7y1.../net/atm
Gustavo A. R. Silva 3c51d7f957 net: atm: Fix potential Spectre v1 vulnerabilities
[ Upstream commit 899537b73557aafbdd11050b501cf54b4f5c45af ]

arg is controlled by user-space, hence leading to a potential
exploitation of the Spectre variant 1 vulnerability.

This issue was detected with the help of Smatch:

net/atm/lec.c:715 lec_mcast_attach() warn: potential spectre issue 'dev_lec' [r] (local cap)

Fix this by sanitizing arg before using it to index dev_lec.

Notice that given that speculation windows are large, the policy is
to kill the speculation on the first load and not worry if it can be
completed with a dependent load/store [1].

[1] https://lore.kernel.org/lkml/20180423164740.GY17484@dhcp22.suse.cz/

Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-04-06 15:28:29 +02:00
..
addr.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
addr.h A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
atm_misc.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
atm_sysfs.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
br2684.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
clip.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
common.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
common.h A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
ioctl.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
Kconfig A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
lec_arpc.h A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
lec.c net: atm: Fix potential Spectre v1 vulnerabilities 2020-04-06 15:28:29 +02:00
lec.h A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
Makefile A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
mpc.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
mpc.h A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
mpoa_caches.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
mpoa_caches.h A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
mpoa_proc.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
pppoatm.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
proc.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
protocols.h A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
pvc.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
raw.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
resources.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
resources.h A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
signaling.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
signaling.h A750FXXU4CTBC 2020-03-27 21:51:54 +05:30
svc.c A750FXXU4CTBC 2020-03-27 21:51:54 +05:30