Re: [PATCH] clk: samsung: Suppress unbinding to prevent theoretical attacks

2016-06-18 Thread Tomasz Figa
Hi, 2016-05-17 16:26 GMT+09:00 Krzysztof Kozlowski : > Although unbinding a driver requires root privileges but it still might > be used theoretically in certain attacks (by triggering NULL pointer > exception or memory corruption if driver does not provide proper remove > callbacks or core does n

Re: [PATCH] clk: samsung: Suppress unbinding to prevent theoretical attacks

2016-05-20 Thread Javier Martinez Canillas
Hello Krzysztof, On 05/17/2016 03:26 AM, Krzysztof Kozlowski wrote: > Although unbinding a driver requires root privileges but it still might > be used theoretically in certain attacks (by triggering NULL pointer > exception or memory corruption if driver does not provide proper remove > callbacks

[PATCH] clk: samsung: Suppress unbinding to prevent theoretical attacks

2016-05-17 Thread Krzysztof Kozlowski
Although unbinding a driver requires root privileges but it still might be used theoretically in certain attacks (by triggering NULL pointer exception or memory corruption if driver does not provide proper remove callbacks or core does not handle it). Samsung clock drivers are essential for system