David Hildenbrand <david@xxxxxxxxxx> writes:
Stumbling over the history of MAP_EXECUTABLE, I noticed that we still
have some in-tree users that we can get rid of.
A good fit for the whole series could be Andrew's tree.
In general this looks like a good cleanup.
Acked-by: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
As far as I can see we can go after MAP_DENYWRITE the same way.
Today deny_write_access in open_exec is what causes -ETXTBSY
when attempting to write to file that is current executing.
Do you have any plans to look at that?