public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* man page for syscall delete_module is outdated
@ 2024-02-19  8:17 Александр Офицеров
  2024-02-19 11:56 ` Alejandro Colomar
  0 siblings, 1 reply; 4+ messages in thread
From: Александр Офицеров @ 2024-02-19  8:17 UTC (permalink / raw)
  To: alx; +Cc: dutyrok, kovalev, linux-man

Found out that man page for delete_module syscall is outdated.
The behaviour described there doesn't match to code, specifically for 
unloading module if its have no refcnt. Parameter O_NONBLOCK described 
in man doesn't exist anymore in kernel versions 3.13+, which is quite 
old, only O_TRUNC parameter present for actual kernel version, 
O_NONBLOCK does nothing.
I've also opened an issue on bugzilla: 
https://bugzilla.kernel.org/show_bug.cgi?id=218489

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

end of thread, other threads:[~2024-03-04 16:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-19  8:17 man page for syscall delete_module is outdated Александр Офицеров
2024-02-19 11:56 ` Alejandro Colomar
2024-02-19 16:11   ` Alexander Ofitserov
2024-03-04 16:10     ` Alejandro Colomar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox