-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mwan3: close flock fd when starting mwan3.user scripts #24692
Conversation
Anything new about this one? :) |
Fixes deadlock with multiple init script calls Signed-off-by: Florian Eckert <fe@dev.tdt.de>
a53d967
to
9985869
Compare
@BKPepe Thanks for the hint. This is only a workaround . |
It is missing bump in PKG_RELEASE, in such cases, I miss autorelease variable, which we have in past. :-( Yeah, I looked at the issue in the main repo, and for me, it seems like, we need to backport this fix to the stable releases because no one will rewrite the entire mwan3 in the foreseeable future, though. |
Great, thanks! |
@BKPepe The question now is. Should I backport all changes between master and owrt-23.05? |
What? Why you would do that in the first place? In the master branch, there is version 2.11.16 and in the OpenWrt 23.05 branch, there is 2.11.8. |
Backports are done in the standard approach how they should be: 18c3e8d (OpenWrt 23.05). That's why there is cherry pick and this method is done here multiple times while backporting smth to stable releases. |
Ok thanks for my feedback. I would have seen it the same way. I was just unsure, so I wanted to ask again. |
Maintainer: me
Compile tested: no
Run tested: no
Description:
Fixes deadlock with multiple init script calls.
Fixes openwrt/openwrt#15994