[<prev] [next>] [day] [month] [year] [list]
Message-Id: <209569230-910712c4d30cd3b638eef45dcc36784d@pmq5.m5r2.onet>
Date: Tue, 18 Apr 2017 15:49:56 +0200
From: "wiktoria.lewicka" <wiktoria.lewicka@...pl>
To: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Share syscall delete_modules in user space for developers.
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.
Powered by blists - more mailing lists