Re: [PATCH v5 2/4] man/man5/tunables.conf: Document system-wide tunables config
DJ Delorie <[email protected]>
| Newsgroups | org.kernel.vger.linux-man |
|---|---|
| Message-ID | <[email protected]> |
Alejandro Colomar <[email protected]> writes: > Hmmmmm, let's say you call execve(2) several times without any fork(2)s. > Assuming a that the program paths that you pass to execve(2) are all > dynamic ELF programs built with glibc, I guess for every time you call > execve(2), ld.so(8) will be run, and the tunables stored in ld.so.cache > will be used. Is this correct? I think this rabbit hole is too deep for this part of the man page. We need a short sentence that's obvious to the reader, not a diatribe on how the linux kernel works. I'm happy with something like "The resulting data is read when the program starts." regardless of how ambiguous or technically incorrect it might be ;-)