Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1625339
| From | "wiktoria.lewicka" <wiktoria.lewicka@vp.pl> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Share syscall delete_modules in user space for developers. |
| Date | 2017-04-18 16:00 +0200 |
| Message-ID | <txBPI-6OW-21@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi! I learn to write kernel code by writing modules and I have sometimes problems- when module is annihilated, I can`t remove module using rrmod. I found in kernel syscall delete_module, but I can`t find any functions in kernel and in glibc, which calls this syscall. Because other beginners developers may have the same problems with unloading modules, I thought life would be easier if developers would have access to syscall delete_modules. Direct access to this syscall from user space would allow writing simple programs facilitating remove modules. I might be wrong, I`m learning yet. Sorry if my idea is stupid.
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Share syscall delete_modules in user space for developers. "wiktoria.lewicka" <wiktoria.lewicka@vp.pl> - 2017-04-18 16:00 +0200
csiph-web