Re: [PATCH] power_supply: sysfs: ratelimit property read error message

2018-09-16 Thread Sebastian Reichel
Hi, On Wed, Sep 12, 2018 at 07:48:30PM -0500, David Lechner wrote: > This adds ratelimiting 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 > continuosuly reading

Re: [PATCH] power_supply: sysfs: ratelimit property read error message

2018-09-12 Thread David Lechner
On 09/12/2018 07:48 PM, David Lechner wrote: This adds ratelimiting 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 continuosuly reading a property that returns an e

[PATCH] power_supply: sysfs: ratelimit property read error message

2018-09-12 Thread David Lechner
This adds ratelimiting 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 continuosuly reading a property that returns an error. Signed-off-by: David Lechner --- drive