aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/patches/530-ip-use-rtnl_send_check-on-flush-commands.patch
Commit message (Collapse)AuthorAgeFilesLines
* busybox: fix: ip addr flush hangs when run by non-root userMikael Magnusson2019-05-281-0/+214
Add upstream patch from: https://git.busybox.net/busybox/commit/?id=028c5aa18b5273c029f0278232d922ee1a164de6 The patch fixes a problem with an infinite loop causing 100% CPU usage when running the following command /lib/preinit/10_indicate_preinit without the CAP_NET_ADMIN capability (such as in Docker): ip -4 address flush dev $pi_ifname Signed-off-by: Mikael Magnusson <mikma@users.sourceforge.net> Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> [refresh patch]