Bug 217164 - proc(5) man page says that VmallocUsed is not calculated despite being calculated
Summary: proc(5) man page says that VmallocUsed is not calculated despite being calcul...
Status: NEEDINFO
Alias: None
Product: Documentation
Classification: Unclassified
Component: man-pages (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: documentation_man-pages@kernel-bugs.osdl.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-08 16:18 UTC by Konrad Borowski
Modified: 2023-05-19 11:56 UTC (History)
1 user (show)

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


Attachments

Description Konrad Borowski 2023-03-08 16:18:59 UTC
https://man7.org/linux/man-pages/man5/proc.5.html says the following:

              VmallocUsed %lu
                     Amount of vmalloc area which is used.  Since Linux
                     4.4, this field is no longer calculated, and is
                     hard coded as 0.  See /proc/vmallocinfo.

However, this was changed in 5.3 in https://github.com/torvalds/linux/commit/97105f0ab7b877a8ece2005e214894e93793950c.
Comment 1 Alejandro Colomar 2023-05-19 11:56:42 UTC
Could you please send a patch according to the ./CONTRIBUTING file in
the repo?

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