Bug 218489 - man page for syscall delete_module is outdated
Summary: man page for syscall delete_module is outdated
Status: NEW
Alias: None
Product: Other
Classification: Unclassified
Component: Modules (show other bugs)
Hardware: All Linux
: P3 low
Assignee: other_modules
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-13 15:37 UTC by Ofitserov Alexander
Modified: 2024-02-13 15:37 UTC (History)
0 users

See Also:
Kernel Version:
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description Ofitserov Alexander 2024-02-13 15:37:12 UTC
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.

Note You need to log in before you can comment on or make changes to this bug.