URL: https://github.com/SSSD/sssd/pull/587 Author: jhrozek Title: #587: AUTOFS: remove timed event if related object is removed Action: opened
PR body: """ autofs_map_result_timeout() is called as a timed event to free the autofs map data is the cache lifetime is exceeded. If the data is freed earlier the timed event should be removed as well to avoid a double free issue.
Since talloc is used here the most easy way to achieve this is to allocate the timed event on the map object itself.
Resolves: https://pagure.io/SSSD/sssd/issue/3752 """
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/587/head:pr587 git checkout pr587
URL: https://github.com/SSSD/sssd/pull/587 Title: #587: AUTOFS: remove timed event if related object is removed
fidencio commented: """ Ack! I'll fire the CI and add the "Accepted" label when I get Ci results. """
See the full comment at https://github.com/SSSD/sssd/pull/587#issuecomment-393498924
URL: https://github.com/SSSD/sssd/pull/587 Title: #587: AUTOFS: remove timed event if related object is removed
fidencio commented: """ Btw, this one would deserve a backport to another branches, right? There's no need to provide the backport patches as I can cook them later on. """
See the full comment at https://github.com/SSSD/sssd/pull/587#issuecomment-393499085
URL: https://github.com/SSSD/sssd/pull/587 Title: #587: AUTOFS: remove timed event if related object is removed
jhrozek commented: """
On 31 May 2018, at 13:21, fidencio notifications@github.com wrote:
Btw, this one would deserve a backport to another branches, right? There's no need to provide the backport patches as I can cook them later on.
I haven’t tried it but I hope the patch would either apply cleanly or the backport would be really trivial (e.g. the function is elsewhere in the same file in the older branch).
But yes, commiting to sssd-1-13 is a good idea.
"""
See the full comment at https://github.com/SSSD/sssd/pull/587#issuecomment-393513041
URL: https://github.com/SSSD/sssd/pull/587 Title: #587: AUTOFS: remove timed event if related object is removed
fidencio commented: """ CI: http://vm-031.$%7Babc%7D/logs/job/89/63/summary.html """
See the full comment at https://github.com/SSSD/sssd/pull/587#issuecomment-393660862
URL: https://github.com/SSSD/sssd/pull/587 Title: #587: AUTOFS: remove timed event if related object is removed
Label: +Accepted
URL: https://github.com/SSSD/sssd/pull/587 Title: #587: AUTOFS: remove timed event if related object is removed
fidencio commented: """ master: 7567215 """
See the full comment at https://github.com/SSSD/sssd/pull/587#issuecomment-393679333
URL: https://github.com/SSSD/sssd/pull/587 Author: jhrozek Title: #587: AUTOFS: remove timed event if related object is removed Action: closed
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/587/head:pr587 git checkout pr587
URL: https://github.com/SSSD/sssd/pull/587 Title: #587: AUTOFS: remove timed event if related object is removed
Label: -Accepted
URL: https://github.com/SSSD/sssd/pull/587 Title: #587: AUTOFS: remove timed event if related object is removed
Label: +Pushed
URL: https://github.com/SSSD/sssd/pull/587 Title: #587: AUTOFS: remove timed event if related object is removed
fidencio commented: """ sssd-1-14: 1199a0d sssd-1-13: 8cf14ee """
See the full comment at https://github.com/SSSD/sssd/pull/587#issuecomment-393684213
sssd-devel@lists.fedorahosted.org