package/dhcpcd: cherry-pick upstream arch-specific privsep fixes
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Thu, 4 Mar 2021 20:18:15 +0000 (21:18 +0100)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Thu, 4 Mar 2021 20:27:07 +0000 (21:27 +0100)
commite5594f7239547672c08058b77f8098d2c080bebc
tree6ce6f2e3e4f3f446cacca6691ba44c43d42e1091
parent5d9fb6a2ae94238c7b5a80e9d780c162023ba7e9
package/dhcpcd: cherry-pick upstream arch-specific privsep fixes

dhcpcd includes privsep-linux.c which contains platform-specific
definitions for the seccomp fixes. A lot of our architectures were not
supported yet in the 9.4.0 release, but are supported now thanks to
Fabrice Fontaine.

Cherry-pick those patches. All of them affect the same code, but they
are cherry-picked individually to keep the correspondence with upstream.
Slight adjustments had to be made but there were no merge conflicts.

Fixes:
 - http://autobuild.buildroot.org/results/9ed863b3ba5e6e0587a48e619395e5bdb7e9c557
 - http://autobuild.buildroot.org/results/affd2f094084c4f53a324830539d07050b83587e
 - http://autobuild.buildroot.org/results/67f39606054930d307ddd0eb7743f06316d41544

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/dhcpcd/0001-src-privsep-linux.c-add-support-for-nds32-21.patch [new file with mode: 0644]
package/dhcpcd/0001-src-privsep-linux.c-add-support-for-nds32.patch [deleted file]
package/dhcpcd/0002-src-privsep-linux.c-add-support-for-xtensa-22.patch [new file with mode: 0644]
package/dhcpcd/0003-Linux-Add-support-for-NDS32BE-SECCOMP.patch [new file with mode: 0644]
package/dhcpcd/0004-Typo-with-prior.patch [new file with mode: 0644]
package/dhcpcd/0005-src-privsep-linux.c-add-support-for-nios2-23.patch [new file with mode: 0644]
package/dhcpcd/0006-src-privsep-linux.c-add-support-for-microblaze-24.patch [new file with mode: 0644]
package/dhcpcd/0007-src-privsep-linux.c-add-support-for-sh-25.patch [new file with mode: 0644]
package/dhcpcd/0008-src-privsep-linux-fix-build-on-sparc-26.patch [new file with mode: 0644]
package/dhcpcd/0009-src-privsep-linux.c-add-support-for-or1k-27.patch [new file with mode: 0644]
package/dhcpcd/0010-src-privsep-linux.c-add-support-for-arc-28.patch [new file with mode: 0644]