kmod : protect against architectures without __NR_finit_module
authorJeremy Rosen <jeremy.rosen@openwide.fr>
Tue, 28 May 2013 21:07:18 +0000 (21:07 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 29 May 2013 19:29:04 +0000 (21:29 +0200)
commit46da491ecdd0d1cb940d3b97899e5e4af34a40c6
treee27adcaf997b4a497ad57cdf47d78e313c3d557f
parent8762110c46084bf7e1ba302354e8325204c7d275
kmod : protect against architectures without __NR_finit_module

This bug caused udev to fail to load any module, crashing with Illegal
instruction.

The patch was taken from upstream and should be integrated in the next
version of kmod (version 14)

Signed-off-by: Jérémy Rosen <jeremy.rosen@openwide.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/kmod/kmod-001-no-syscall--1.patch [new file with mode: 0644]