OpenVZ Forum


Home » Mailing lists » Devel » [PATCH 0/7] uts namespaces: Introduction
[PATCH 0/7] uts namespaces: Introduction [message #2510] Sat, 08 April 2006 04:52 Go to previous message
serue is currently offline  serue
Messages: 750
Registered: February 2006
Senior Member
Introduce utsname namespaces. Instead of a single system_utsname
containing hostname domainname etc, a process can request it's
copy of the uts info to be cloned. The data will be copied from
it's original, but any further changes will not be seen by processes
which are not it's children, and vice versa.

This is useful, for instance, for vserver/openvz, which can now clone
a new uts namespace for each new virtual server.

Aside from the debugging patch which comes last, this patchset does
not actually implement a way for processes to unshare the uts namespace.
The proper unsharing semantics are to be worked out later.

Changes since last submission:
Restructured patchset so it compiles after each patch
Removed EXPORT_SYMBOL for unshare_uts_ns and free_uts_ns.
The former is now in the debugging pach and the latter gone
entirely, as unsharing is likely not something to be done
from modules!

-serge
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: [PATCH ACPI] memory leakages in drivers/acpi/thermal.c
Next Topic: [PATCH ACPI] memory leakages in driver/acpi/video.c
Goto Forum:
  


Current Time: Fri Aug 22 08:09:23 GMT 2025

Total time taken to generate the page: 0.08720 seconds