Commit 7ac2a20f authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by sanglipeng
Browse files

spi: spidev: remove debug messages that access spidev->spi without locking

stable inclusion
from stable-v5.10.166
commit 300da569a12808adb7acd0dc798f0437a8423fa7
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I87FRA

Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=300da569a12808adb7acd0dc798f0437a8423fa7



--------------------------------

[ Upstream commit 6b35b173 ]

The two debug messages in spidev_open() dereference spidev->spi without
taking the lock and without checking if it's not null. This can lead to
a crash. Drop the messages as they're not needed - the user-space will
get informed about ENOMEM with the syscall return value.

Signed-off-by: default avatarBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Link: https://lore.kernel.org/r/20230106100719.196243-2-brgl@bgdev.pl


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
Signed-off-by: default avatarsanglipeng <sanglipeng1@jd.com>
parent 10823834
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment