]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net/atm: remove the atmdev_ops {get, set}sockopt methods
authorChristoph Hellwig <hch@lst.de>
Fri, 17 Jul 2020 06:23:10 +0000 (08:23 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 4 Sep 2025 12:05:54 +0000 (14:05 +0200)
commitda965f751a8f9f55e4629f988f000bbf637289dc
tree2217cc14761517b2aa164c59ad491761e857b4d7
parentdc205c0883a298367ac25ca972046678145ab188
net/atm: remove the atmdev_ops {get, set}sockopt methods

[ Upstream commit a06d30ae7af492497ffbca6abf1621d508b8fcaa ]

All implementations of these two methods are dummies that always
return -EINVAL.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Stable-dep-of: ec79003c5f9d ("atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control().")
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/atm/eni.c
drivers/atm/firestream.c
drivers/atm/fore200e.c
drivers/atm/horizon.c
drivers/atm/iphase.c
drivers/atm/lanai.c
drivers/atm/solos-pci.c
drivers/atm/zatm.c
include/linux/atmdev.h
net/atm/common.c