Tom

Results 2 issues of Tom

Do you know if there is a solution to this issue? http://askubuntu.com/questions/614331/high-number-of-interrupts-on-ubuntu-15-04-on-dell-xps-13-2015-9343 It seems to be a major contributor to the very poor battery life when running Ubuntu.

I noticed this code that seems a bit sketchy: https://github.com/SerenityOS/serenity/blob/b01fcccbbd43abea157143ebfa64976dc389278c/Userland/Libraries/LibTLS/Socket.cpp#L82-L90 as well as in the other overload of the same function: https://github.com/SerenityOS/serenity/blob/b01fcccbbd43abea157143ebfa64976dc389278c/Userland/Libraries/LibTLS/Socket.cpp#L102-L111 Notice that we `return tls_socket`, which has `tls_socket->on_connected`...

bug
security