power: supply: sysfs: ratelimit property read error message
authorDavid Lechner <david@lechnology.com>
Thu, 13 Sep 2018 00:48:30 +0000 (19:48 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 1 Oct 2019 06:26:07 +0000 (08:26 +0200)
commit0c23335a2d81dec8134e7f0f97195e4a05088fdd
treee50555d09cd3b44af8e110a938459afdc7be397e
parent1456c40aa906d638547be4ddd743c28e64011f76
power: supply: sysfs: ratelimit property read error message

[ Upstream commit 87a2b65fc855e6be50f791c2ebbb492541896827 ]

This adds rate limiting to the message that is printed when reading a
power supply property via sysfs returns an error. This will prevent
userspace applications from unintentionally dDOSing the system by
continuously reading a property that returns an error.

Signed-off-by: David Lechner <david@lechnology.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/power/supply/power_supply_sysfs.c