eudev: add patch to fix getrandom() system call on ARM64
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 4 Aug 2016 09:04:46 +0000 (11:04 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 4 Aug 2016 20:46:04 +0000 (22:46 +0200)
commit8632170db8dddf735c5e1c80f6c8d48f75423c63
treeea8c332efebae3618a155a84630653154a414675
parent50c02bd72b1e035544c0c07bb857cab99c04a6e3
eudev: add patch to fix getrandom() system call on ARM64

When the kernel headers in the toolchain don't provide __NR_getrandom,
eudev has a predefined set of values. However, the provided value for
ARM64 is incorrect, and causes a runtime problem on this architecture
when old kernel headers (not providing __NR_getrandom) are used.

This commit adds a patch to eudev to fix this issue.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tested-by: Kevin Hilman <khilman@baylibre.com>
package/eudev/0002-src-shared-missing.h-fix-getrandom-system-call-numbe.patch [new file with mode: 0644]