All of lore.kernel.org
 help / color / mirror / Atom feed
* Regarding getrandom syscall
@ 2016-06-18 12:02 Avantika Rawat
  2016-06-18 13:30 ` Anoop
  0 siblings, 1 reply; 10+ messages in thread
From: Avantika Rawat @ 2016-06-18 12:02 UTC (permalink / raw)
  To: kernelnewbies

Hi ALL,

I am trying to use getrandom syscall in kernel 3.10.20 by following this
link

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=c6e9d6f38894798696f23c8084ca7edbf16ee895

i have compiled the kernel and now want to call the getrandom syscall from
userspace to generate random numbers. But i am getting following error
while calling the getrandom () from userspace.

(.text.startup+0x18): undefined reference to `getrandom'
(.text.startup+0x1c): undefined reference to `getrandom'


-- 
Regards,
Avantika Rawat
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20160618/6c77b282/attachment.html 

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-06-24 14:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-18 12:02 Regarding getrandom syscall Avantika Rawat
2016-06-18 13:30 ` Anoop
2016-06-18 13:42   ` Sayutin Dmitry
2016-06-21 13:41     ` Avantika Rawat
2016-06-21 19:10       ` Manuel Pégourié-Gonnard
2016-06-22 14:58         ` Avantika Rawat
2016-06-22 16:15           ` Navin P.S
2016-06-22 16:40             ` Avantika Rawat
2016-06-22 17:11           ` Markus Böhme
2016-06-24 14:44             ` Avantika Rawat

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.