D8806: Do not leak rfkill file descriptors.

2017-12-02 Thread David Edmundson
davidedmundson added a comment. Not to spam this review request: > We're still looking for someone to take the time to properly benchmark that, the last time this happened was 10 years ago at least. FWIW: I did a very very basic test recently. I put Q_BENCHMARK round QProcess, and

D8806: Do not leak rfkill file descriptors.

2017-12-02 Thread David Faure
dfaure added a comment. ... because this isn't kde4 anymore, where almost every app provided a kdeinit module. QProcess forks from the process that uses QProcess, it might look inconsistent when looking at process trees but it's really the most standard Unix way of executing processes:

D8806: Do not leak rfkill file descriptors.

2017-11-14 Thread David Rosca
drosca added a comment. Though on the other hand, why isn't KLauncher (KRun) used for running apps everywhere? This way they are forked from `kdeinit5` and this issue is non-existant. Quick test: - Launch from taskmanager -> forked from plasmashell - Launch from quicklaunch

D8806: Do not leak rfkill file descriptors.

2017-11-14 Thread Bhushan Shah
bshah added a comment. In https://phabricator.kde.org/D8806#167510, @drosca wrote: > Why? It's not like any other process can't open /dev/rfkill as we ship udev rule to enable r+w access to /dev/rfkill for all users. My comment was question :-) But well I didn't know about

D8806: Do not leak rfkill file descriptors.

2017-11-14 Thread David Rosca
drosca added a comment. In https://phabricator.kde.org/D8806#167509, @bshah wrote: > I do wonder if this is security fix? And should probably be handled like that? Why? It's not like any other process can't open /dev/rfkill as we ship udev rule to enable r+w access to

D8806: Do not leak rfkill file descriptors.

2017-11-14 Thread Bhushan Shah
bshah added a comment. I do wonder if this is security fix? And should probably be handled like that? REPOSITORY R269 BluezQt REVISION DETAIL https://phabricator.kde.org/D8806 To: ofreyermuth, davidedmundson Cc: drosca, bshah, broulik, #frameworks

D8806: Do not leak rfkill file descriptors.

2017-11-14 Thread David Rosca
This revision was automatically updated to reflect the committed changes. Closed by commit R269:ae044d6dfec9: Do not leak rfkill file descriptors. (authored by ofreyermuth, committed by drosca). REPOSITORY R269 BluezQt CHANGES SINCE LAST UPDATE

D8806: Do not leak rfkill file descriptors.

2017-11-14 Thread Oliver Freyermuth
ofreyermuth added a comment. In https://phabricator.kde.org/D8806#167503, @drosca wrote: > I need your full name and e-mail to commit it (I can't get it with `arch patch` probably because you didn't upload this review with `arc diff`). Oliver Freyermuth

D8806: Do not leak rfkill file descriptors.

2017-11-14 Thread David Rosca
drosca added a comment. Alright, thanks for the explanation. I need your full name and e-mail to commit it (I can't get it with `arch patch` probably because you didn't upload this review with `arc diff`). REPOSITORY R269 BluezQt REVISION DETAIL https://phabricator.kde.org/D8806

D8806: Do not leak rfkill file descriptors.

2017-11-14 Thread Oliver Freyermuth
ofreyermuth added a comment. In https://phabricator.kde.org/D8806#167483, @drosca wrote: > Just for the record, how does Konsole inherit this fd when BluezQt is only used in plasmashell + kded and KDE apps are afaik not forked from these processes? What exactly happens depends

D8806: Do not leak rfkill file descriptors.

2017-11-14 Thread Oliver Freyermuth
ofreyermuth added a comment. In https://phabricator.kde.org/D8806#167457, @bshah wrote: > Do you have commit access? In case you are adressing me: No. REPOSITORY R269 BluezQt REVISION DETAIL https://phabricator.kde.org/D8806 To: ofreyermuth, davidedmundson Cc: drosca,

D8806: Do not leak rfkill file descriptors.

2017-11-13 Thread David Rosca
drosca added a comment. Just for the record, how does Konsole inherit this fd when BluezQt is only used in plasmashell + kded and KDE apps are afaik not forked from these processes? REPOSITORY R269 BluezQt REVISION DETAIL https://phabricator.kde.org/D8806 To: ofreyermuth,

D8806: Do not leak rfkill file descriptors.

2017-11-13 Thread Bhushan Shah
bshah added a comment. Do you have commit access? REPOSITORY R269 BluezQt REVISION DETAIL https://phabricator.kde.org/D8806 To: ofreyermuth, davidedmundson Cc: bshah, broulik, #frameworks

D8806: Do not leak rfkill file descriptors.

2017-11-13 Thread Oliver Freyermuth
ofreyermuth added a comment. In https://phabricator.kde.org/D8806#167404, @broulik wrote: > If you add the following (upper-case with a colon and space) on its own line in your commit message [...] Many thanks, done! REPOSITORY R269 BluezQt REVISION DETAIL

D8806: Do not leak rfkill file descriptors.

2017-11-13 Thread Oliver Freyermuth
ofreyermuth edited the summary of this revision. REPOSITORY R269 BluezQt REVISION DETAIL https://phabricator.kde.org/D8806 To: ofreyermuth, davidedmundson Cc: broulik, #frameworks

D8806: Do not leak rfkill file descriptors.

2017-11-13 Thread Kai Uwe Broulik
broulik added a comment. If you add the following (upper-case with a colon and space) on its own line in your commit message the bug will be automatically closed once it landed: BUG: 386886 REPOSITORY R269 BluezQt REVISION DETAIL https://phabricator.kde.org/D8806 To:

D8806: Do not leak rfkill file descriptors.

2017-11-13 Thread Oliver Freyermuth
ofreyermuth added a comment. Thanks for the quick review! I also created a related issue report here: https://bugs.kde.org/show_bug.cgi?id=386886 which can of course be closed once the patch has landed. REPOSITORY R269 BluezQt REVISION DETAIL https://phabricator.kde.org/D8806 To:

D8806: Do not leak rfkill file descriptors.

2017-11-13 Thread David Edmundson
davidedmundson accepted this revision. This revision is now accepted and ready to land. REPOSITORY R269 BluezQt REVISION DETAIL https://phabricator.kde.org/D8806 To: ofreyermuth, davidedmundson Cc: #frameworks

D8806: Do not leak rfkill file descriptors.

2017-11-13 Thread Oliver Freyermuth
ofreyermuth created this revision. Restricted Application added a project: Frameworks. Restricted Application added a subscriber: Frameworks. REVISION SUMMARY They may be leaked into all child processes, including regular Konsole terminals on KDE. I observed them showing up at all