All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kirill Korotaev <dev@openvz.org>
To: Kirill Korotaev <dev@openvz.org>
Cc: Linus Torvalds <torvalds@osdl.org>,
	akpm@osdl.org, linux-kernel@vger.kernel.org,
	frankeh@watson.ibm.com, clg@fr.ibm.com, haveblue@us.ibm.com,
	greg@kroah.com, alan@lxorguk.ukuu.org.uk, serue@us.ibm.com,
	arjan@infradead.org, riel@redhat.com, kuznet@ms2.inr.ac.ru,
	saw@sawoct.com, devel@openvz.org, Dmitry Mishin <dim@sw.ru>
Subject: [PATCH 2/4] Virtualization/containers: CONFIG_CONTAINER
Date: Tue, 07 Feb 2006 01:12:20 +0300	[thread overview]
Message-ID: <43E7C9C4.5010700@openvz.org> (raw)
In-Reply-To: <43E7C65F.3050609@openvz.org>

[-- Attachment #1: Type: text/plain, Size: 209 bytes --]

This patch simply adds CONFIG_CONTAINER option for 
virtualization/containerss functionality.
Per-resource config options can be added later if needed.

Signed-Off-By: Kirill Korotaev <dev@openvz.org>

Kirill

[-- Attachment #2: diff-container-config --]
[-- Type: text/plain, Size: 7557 bytes --]

--- ./arch/alpha/Kconfig.vkconfig	2006-02-06 22:14:50.000000000 +0300
+++ ./arch/alpha/Kconfig	2006-02-06 23:26:35.000000000 +0300
@@ -621,6 +621,8 @@ source "arch/alpha/Kconfig.debug"
 
 source "security/Kconfig"
 
+source "kernel/Kconfig.container"
+
 source "crypto/Kconfig"
 
 source "lib/Kconfig"
--- ./arch/arm/Kconfig.vkconfig	2006-02-06 22:14:50.000000000 +0300
+++ ./arch/arm/Kconfig	2006-02-06 23:27:06.000000000 +0300
@@ -794,6 +794,8 @@ source "arch/arm/Kconfig.debug"
 
 source "security/Kconfig"
 
+source "kernel/Kconfig.container"
+
 source "crypto/Kconfig"
 
 source "lib/Kconfig"
--- ./arch/arm26/Kconfig.vkconfig	2006-02-06 22:14:51.000000000 +0300
+++ ./arch/arm26/Kconfig	2006-02-06 23:27:14.000000000 +0300
@@ -232,6 +232,8 @@ source "arch/arm26/Kconfig.debug"
 
 source "security/Kconfig"
 
+source "kernel/Kconfig.container"
+
 source "crypto/Kconfig"
 
 source "lib/Kconfig"
--- ./arch/cris/Kconfig.vkconfig	2006-02-06 22:14:51.000000000 +0300
+++ ./arch/cris/Kconfig	2006-02-06 23:30:51.000000000 +0300
@@ -175,6 +175,8 @@ source "arch/cris/Kconfig.debug"
 
 source "security/Kconfig"
 
+source "kernel/Kconfig.container"
+
 source "crypto/Kconfig"
 
 source "lib/Kconfig"
--- ./arch/frv/Kconfig.vkconfig	2006-02-06 22:14:51.000000000 +0300
+++ ./arch/frv/Kconfig	2006-02-06 23:30:51.000000000 +0300
@@ -341,6 +341,8 @@ source "arch/frv/Kconfig.debug"
 
 source "security/Kconfig"
 
+source "kernel/Kconfig.container"
+
 source "crypto/Kconfig"
 
 source "lib/Kconfig"
--- ./arch/h8300/Kconfig.vkconfig	2006-02-06 22:14:51.000000000 +0300
+++ ./arch/h8300/Kconfig	2006-02-06 23:30:51.000000000 +0300
@@ -189,6 +189,8 @@ source "arch/h8300/Kconfig.debug"
 
 source "security/Kconfig"
 
+source "kernel/Kconfig.container"
+
 source "crypto/Kconfig"
 
 source "lib/Kconfig"
--- ./arch/i386/Kconfig.vkconfig	2006-02-06 22:15:14.000000000 +0300
+++ ./arch/i386/Kconfig	2006-02-06 23:30:51.000000000 +0300
@@ -1072,6 +1072,8 @@ source "arch/i386/Kconfig.debug"
 
 source "security/Kconfig"
 
+source "kernel/Kconfig.container"
+
 source "crypto/Kconfig"
 
 source "lib/Kconfig"
--- ./arch/ia64/Kconfig.vkconfig	2006-01-03 06:21:10.000000000 +0300
+++ ./arch/ia64/Kconfig	2006-02-06 23:30:51.000000000 +0300
@@ -463,4 +463,6 @@ source "arch/ia64/Kconfig.debug"
 
 source "security/Kconfig"
 
+source "kernel/Kconfig.container"
+
 source "crypto/Kconfig"
--- ./arch/m32r/Kconfig.vkconfig	2006-02-06 22:14:52.000000000 +0300
+++ ./arch/m32r/Kconfig	2006-02-06 23:30:51.000000000 +0300
@@ -377,6 +377,8 @@ source "arch/m32r/Kconfig.debug"
 
 source "security/Kconfig"
 
+source "kernel/Kconfig.container"
+
 source "crypto/Kconfig"
 
 source "lib/Kconfig"
--- ./arch/m68k/Kconfig.vkconfig	2006-02-06 22:14:52.000000000 +0300
+++ ./arch/m68k/Kconfig	2006-02-06 23:30:51.000000000 +0300
@@ -648,6 +648,8 @@ source "arch/m68k/Kconfig.debug"
 
 source "security/Kconfig"
 
+source "kernel/Kconfig.container"
+
 source "crypto/Kconfig"
 
 source "lib/Kconfig"
--- ./arch/m68knommu/Kconfig.vkconfig	2006-02-06 22:14:52.000000000 +0300
+++ ./arch/m68knommu/Kconfig	2006-02-06 23:30:51.000000000 +0300
@@ -644,6 +644,8 @@ source "arch/m68knommu/Kconfig.debug"
 
 source "security/Kconfig"
 
+source "kernel/Kconfig.container"
+
 source "crypto/Kconfig"
 
 source "lib/Kconfig"
--- ./arch/mips/Kconfig.vkconfig	2006-02-06 22:14:52.000000000 +0300
+++ ./arch/mips/Kconfig	2006-02-06 23:30:51.000000000 +0300
@@ -1811,6 +1811,8 @@ source "arch/mips/Kconfig.debug"
 
 source "security/Kconfig"
 
+source "kernel/Kconfig.container"
+
 source "crypto/Kconfig"
 
 source "lib/Kconfig"
--- ./arch/parisc/Kconfig.vkconfig	2006-02-06 22:15:14.000000000 +0300
+++ ./arch/parisc/Kconfig	2006-02-06 23:30:51.000000000 +0300
@@ -210,6 +210,8 @@ source "arch/parisc/Kconfig.debug"
 
 source "security/Kconfig"
 
+source "kernel/Kconfig.container"
+
 source "crypto/Kconfig"
 
 source "lib/Kconfig"
--- ./arch/powerpc/Kconfig.vkconfig	2006-02-06 22:14:52.000000000 +0300
+++ ./arch/powerpc/Kconfig	2006-02-06 23:30:51.000000000 +0300
@@ -975,4 +975,6 @@ config KEYS_COMPAT
 	depends on COMPAT && KEYS
 	default y
 
+source "kernel/Kconfig.container"
+
 source "crypto/Kconfig"
--- ./arch/ppc/Kconfig.vkconfig	2006-02-06 22:14:53.000000000 +0300
+++ ./arch/ppc/Kconfig	2006-02-06 23:30:51.000000000 +0300
@@ -1396,4 +1396,6 @@ source "arch/ppc/Kconfig.debug"
 
 source "security/Kconfig"
 
+source "kernel/Kconfig.container"
+
 source "crypto/Kconfig"
--- ./arch/s390/Kconfig.vkconfig	2006-02-06 22:14:53.000000000 +0300
+++ ./arch/s390/Kconfig	2006-02-06 23:30:51.000000000 +0300
@@ -470,6 +470,8 @@ source "arch/s390/Kconfig.debug"
 
 source "security/Kconfig"
 
+source "kernel/Kconfig.container"
+
 source "crypto/Kconfig"
 
 source "lib/Kconfig"
--- ./arch/sh/Kconfig.vkconfig	2006-02-06 22:14:53.000000000 +0300
+++ ./arch/sh/Kconfig	2006-02-06 23:30:51.000000000 +0300
@@ -635,6 +635,8 @@ source "arch/sh/Kconfig.debug"
 
 source "security/Kconfig"
 
+source "kernel/Kconfig.container"
+
 source "crypto/Kconfig"
 
 source "lib/Kconfig"
--- ./arch/sh64/Kconfig.vkconfig	2006-02-06 22:14:53.000000000 +0300
+++ ./arch/sh64/Kconfig	2006-02-06 23:30:51.000000000 +0300
@@ -272,6 +272,8 @@ source "arch/sh64/Kconfig.debug"
 
 source "security/Kconfig"
 
+source "kernel/Kconfig.container"
+
 source "crypto/Kconfig"
 
 source "lib/Kconfig"
--- ./arch/sparc/Kconfig.vkconfig	2006-02-06 22:14:53.000000000 +0300
+++ ./arch/sparc/Kconfig	2006-02-06 23:30:51.000000000 +0300
@@ -286,6 +286,8 @@ source "arch/sparc/Kconfig.debug"
 
 source "security/Kconfig"
 
+source "kernel/Kconfig.container"
+
 source "crypto/Kconfig"
 
 source "lib/Kconfig"
--- ./arch/sparc64/Kconfig.vkconfig	2006-02-06 22:14:53.000000000 +0300
+++ ./arch/sparc64/Kconfig	2006-02-06 23:30:51.000000000 +0300
@@ -395,6 +395,8 @@ source "arch/sparc64/Kconfig.debug"
 
 source "security/Kconfig"
 
+source "kernel/Kconfig.container"
+
 source "crypto/Kconfig"
 
 source "lib/Kconfig"
--- ./arch/um/Kconfig.vkconfig	2006-02-06 22:14:53.000000000 +0300
+++ ./arch/um/Kconfig	2006-02-06 23:30:51.000000000 +0300
@@ -292,6 +292,8 @@ source "fs/Kconfig"
 
 source "security/Kconfig"
 
+source "kernel/Kconfig.container"
+
 source "crypto/Kconfig"
 
 source "lib/Kconfig"
--- ./arch/v850/Kconfig.vkconfig	2006-02-06 22:14:54.000000000 +0300
+++ ./arch/v850/Kconfig	2006-02-06 23:30:51.000000000 +0300
@@ -318,6 +318,8 @@ source "arch/v850/Kconfig.debug"
 
 source "security/Kconfig"
 
+source "kernel/Kconfig.container"
+
 source "crypto/Kconfig"
 
 source "lib/Kconfig"
--- ./arch/x86_64/Kconfig.vkconfig	2006-02-06 22:14:54.000000000 +0300
+++ ./arch/x86_64/Kconfig	2006-02-06 23:30:51.000000000 +0300
@@ -604,6 +604,8 @@ source "arch/x86_64/Kconfig.debug"
 
 source "security/Kconfig"
 
+source "kernel/Kconfig.container"
+
 source "crypto/Kconfig"
 
 source "lib/Kconfig"
--- ./arch/xtensa/Kconfig.vkconfig	2006-02-06 22:14:54.000000000 +0300
+++ ./arch/xtensa/Kconfig	2006-02-06 23:30:51.000000000 +0300
@@ -247,6 +247,8 @@ source "arch/xtensa/Kconfig.debug"
 
 source "security/Kconfig"
 
+source "kernel/Kconfig.container"
+
 source "crypto/Kconfig"
 
 source "lib/Kconfig"
--- /dev/null	 23:22:33.000000000 +0300
+++ ./kernel/Kconfig.container	2006-02-06 23:22:33.000000000 +0300
@@ -0,0 +1,11 @@
+menu "Virtual Containers"
+
+config CONTAINER
+	bool "Virtual Containers support"
+	default n
+	help
+	  This option enables support of virtual linux containers,
+	  which can be used for creation of virtual environments,
+	  Virtual Private Servers, checkpointing, isolation and so on
+
+endmenu

  reply	other threads:[~2006-02-06 22:10 UTC|newest]

Thread overview: 80+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-06 21:57 [PATCH 1/4] Virtualization/containers: introduction Kirill Korotaev
2006-02-06 22:12 ` Kirill Korotaev [this message]
2006-02-06 22:17 ` [PATCH 3/4] Virtualization/containers: UID hash Kirill Korotaev
2006-02-06 22:22 ` [PATCH 4/4] Virtualization/containers: uts name Kirill Korotaev
2006-02-06 23:00 ` [PATCH 1/4] Virtualization/containers: introduction Dave Hansen
2006-02-07 12:24   ` Kirill Korotaev
2006-02-07  3:34 ` Eric W. Biederman
2006-02-07  3:40   ` Rik van Riel
2006-02-07  6:30     ` Sam Vilain
2006-02-07 11:51       ` Kirill Korotaev
2006-02-07 14:31         ` Eric W. Biederman
2006-02-07 15:42       ` Eric W. Biederman
2006-02-07 16:18         ` Kirill Korotaev
2006-02-07 17:20           ` Eric W. Biederman
2006-02-07 22:43         ` Sam Vilain
2006-02-07 16:57       ` Hubertus Franke
2006-02-07 20:19         ` Serge E. Hallyn
2006-02-07 20:46           ` Hubertus Franke
2006-02-07 22:00             ` Eric W. Biederman
2006-02-07 22:19               ` Hubertus Franke
2006-02-07 22:06             ` The issues for agreeing on a virtualization/namespaces implementation Eric W. Biederman
2006-02-07 23:35               ` Hubertus Franke
2006-02-08  0:43                 ` Alexey Kuznetsov
2006-02-08  2:49                   ` Eric W. Biederman
2006-02-08  3:36                     ` Serge E. Hallyn
2006-02-08  3:52                       ` Eric W. Biederman
2006-02-08  4:37                         ` Herbert Poetzl
2006-02-08  4:46                           ` Eric W. Biederman
2006-02-08 19:24                         ` Stephen Hemminger
2006-02-08  5:23                 ` Eric W. Biederman
2006-02-08 14:40                   ` Hubertus Franke
2006-02-08 15:17                     ` Serge E. Hallyn
2006-02-08 15:35                       ` Kirill Korotaev
2006-02-08 15:57                         ` Hubertus Franke
2006-02-08 19:02                           ` Herbert Poetzl
2006-02-08 16:48                         ` Eric W. Biederman
2006-02-08 17:46                     ` Eric W. Biederman
2006-02-08 18:03                     ` Serge E. Hallyn
2006-02-08 18:31                       ` Hubertus Franke
2006-02-08 20:21                       ` Dave Hansen
2006-02-08 21:22                         ` Serge E. Hallyn
2006-02-08 22:28                     ` Eric W. Biederman
2006-02-20 12:11                 ` Kirill Korotaev
2006-02-20 12:41                   ` Herbert Poetzl
2006-02-20 14:26                     ` Kirill Korotaev
2006-02-20 15:16                       ` Herbert Poetzl
2006-02-08  4:56               ` Herbert Poetzl
2006-02-08 14:38                 ` Serge E. Hallyn
2006-02-08 14:51                   ` Hubertus Franke
2006-02-09  4:45               ` Kyle Moffett
2006-02-09  5:41                 ` Eric W. Biederman
2006-02-09 22:25               ` Eric W. Biederman
2006-02-07 22:58         ` [PATCH 1/4] Virtualization/containers: introduction Sam Vilain
2006-02-07 23:18           ` Hubertus Franke
2006-02-08  5:03             ` Eric W. Biederman
2006-02-08 14:13               ` Hubertus Franke
2006-02-08 15:44                 ` Kirill Korotaev
2006-02-08 16:39                   ` Eric W. Biederman
2006-02-08  2:08           ` Kevin Fox
2006-02-08  1:16             ` Sam Vilain
2006-02-08  4:21               ` Paul Jackson
2006-02-08 15:36         ` Kirill Korotaev
2006-02-08 17:16           ` Eric W. Biederman
2006-02-08 20:43           ` Dave Hansen
2006-02-08 21:04             ` Eric W. Biederman
2006-02-07 12:14   ` Kirill Korotaev
2006-02-07 14:06     ` Eric W. Biederman
2006-02-07 14:52       ` Rik van Riel
2006-02-07 15:13         ` Eric W. Biederman
2006-02-09  0:24 ` Eric W. Biederman
2006-02-09  2:18   ` Jeff Dike
2006-02-09  3:16     ` Eric W. Biederman
2006-02-09 14:28     ` Kirill Korotaev
2006-02-09 15:40       ` Jeff Dike
2006-02-09 15:49         ` Kirill Korotaev
2006-02-09 17:50           ` Jeff Dike
2006-02-09 16:38     ` Hubertus Franke
2006-02-09 17:48       ` Jeff Dike
2006-02-09 22:09         ` Sam Vilain
2006-02-09 21:56   ` Eric W. Biederman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=43E7C9C4.5010700@openvz.org \
    --to=dev@openvz.org \
    --cc=akpm@osdl.org \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=arjan@infradead.org \
    --cc=clg@fr.ibm.com \
    --cc=devel@openvz.org \
    --cc=dim@sw.ru \
    --cc=frankeh@watson.ibm.com \
    --cc=greg@kroah.com \
    --cc=haveblue@us.ibm.com \
    --cc=kuznet@ms2.inr.ac.ru \
    --cc=linux-kernel@vger.kernel.org \
    --cc=riel@redhat.com \
    --cc=saw@sawoct.com \
    --cc=serue@us.ibm.com \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.