linux:kernel:namespace:namespace

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
linux:kernel:namespace:namespace [2014/11/06 16:56] – [面白そうなネタのメモ] tenforwardlinux:kernel:namespace:namespace [2021/01/20 06:46] (現在) – [面白そうなネタのメモ] tenforward
行 19: 行 19:
   * Namespaces in operation, part 6: [[more on user namespaces]] ... http://lwn.net/Articles/540087/   * Namespaces in operation, part 6: [[more on user namespaces]] ... http://lwn.net/Articles/540087/
   * Namespaces in operation, part 7: [[Network namespaces]] ... http://lwn.net/Articles/580893/   * Namespaces in operation, part 7: [[Network namespaces]] ... http://lwn.net/Articles/580893/
 +  * Mount namespaces and shared subtrees ... http://lwn.net/Articles/689856/
 +  * Mount namespaces, mount propagation, and unbindable mounts ... http://lwn.net/Articles/690679/
 +
 ====== 面白そうなネタのメモ ====== ====== 面白そうなネタのメモ ======
   * [[http://comments.gmane.org/gmane.linux.kernel.containers/23242|container quota]]   * [[http://comments.gmane.org/gmane.linux.kernel.containers/23242|container quota]]
行 31: 行 34:
   * [[http://lwn.net/Articles/577957/|Namespace support for Android binder (under ipc-ns)]] (2013-12-22)   * [[http://lwn.net/Articles/577957/|Namespace support for Android binder (under ipc-ns)]] (2013-12-22)
   * [[https://lists.linuxcontainers.org/pipermail/lxc-devel/2014-February/008282.html|マウント名前空間廻りで参考になるかもしれない説明]] (2014-02-28)   * [[https://lists.linuxcontainers.org/pipermail/lxc-devel/2014-February/008282.html|マウント名前空間廻りで参考になるかもしれない説明]] (2014-02-28)
-  * [[http://lwn.net/Articles/599584/|namespaces: log namespace per task]] v3 (2014-05-20) 
-    * v4出てる 
   * [[http://lwn.net/Articles/598782/|Add support for devtmpfs in user namespaces]] (2014-05-14)   * [[http://lwn.net/Articles/598782/|Add support for devtmpfs in user namespaces]] (2014-05-14)
   * [[http://lwn.net/Articles/602518/|ns: introduce getnspid syscall]] (2014-06-17)   * [[http://lwn.net/Articles/602518/|ns: introduce getnspid syscall]] (2014-06-17)
行 38: 行 39:
     * userns 内の mount の暗黙のオプション付与をやめるよ     * userns 内の mount の暗黙のオプション付与をやめるよ
     * CVE-2014-5206, 5207 の関係?     * CVE-2014-5206, 5207 の関係?
-  * [[http://lwn.net/Articles/609137/|namespaces: log namespaces per task]] (lwn.net 2014-08-20) +  * [[http://lwn.net/Articles/640754/|namespaces: log namespaces per task]] (lwn.net 2015-04-17)
-    * v4っぽい +
-  * [[http://lwn.net/Articles/615034/|namespaces: log namespaces per task]] (lwn.net 2014-10-06)+
   * [[http://lwn.net/Articles/605903/|RFC: CGroup Namespaces]] (lwn.net 2014-07-17)   * [[http://lwn.net/Articles/605903/|RFC: CGroup Namespaces]] (lwn.net 2014-07-17)
     * [[http://lwn.net/Articles/616099/|Cgroup Namespaces]] (lwn.net 2014-10-13)     * [[http://lwn.net/Articles/616099/|Cgroup Namespaces]] (lwn.net 2014-10-13)
     * [[https://lkml.org/lkml/2014/10/31/500|Cgroup Namespaces]] (lkml 2014-10-31) v2     * [[https://lkml.org/lkml/2014/10/31/500|Cgroup Namespaces]] (lkml 2014-10-31) v2
 +    * [[http://lwn.net/Articles/624767/|Cgroup Namespace]] (lwn.net 2014-12-04) v3
 +    * [[https://lwn.net/Articles/621006/|Control Group Namespace]] (lwn.net 2014-11-19)
 +    * [[http://lwn.net/Articles/666021/|CGroup Namespaces (v5)]] (lwn.net 2015-11-27)
 +    * [[http://lwn.net/Articles/667118/|Cgroup Namespaces (v6)]] (lwn.net 2015-12-07)
   * [[http://lwn.net/Articles/611939/|fuse: Add support for mounts from pid/user namespaces]] (lwn.net 2014-09-12)   * [[http://lwn.net/Articles/611939/|fuse: Add support for mounts from pid/user namespaces]] (lwn.net 2014-09-12)
     * [[http://lwn.net/Articles/617746/|fuse: Add support for mounts from pid/user namespaces]] (lwn.net 2014-10-22)     * [[http://lwn.net/Articles/617746/|fuse: Add support for mounts from pid/user namespaces]] (lwn.net 2014-10-22)
 +  * [[http://lwn.net/Articles/666524/|http://lwn.net/Articles/666524/]] (lwn.net 2015-12-02)
 +  * [[http://lwn.net/Articles/618660/|netns: allow to identify peer netns]] (lwn.net 2014-10-30)
 +  * [[http://lwn.net/Articles/623375/|LSM/Smack namespace work in progress]] (lwn.net 2014-11-27)
 +  * [[http://lwn.net/Articles/623575/|lsm: namespace hooks]]
 +  * [[http://lwn.net/Articles/626213/|[CFT][PATCH v6] userns: Add a knob to disable setgroups on a per user namespace basis]] (lwn.net 2014-12-11)
 +  * [[http://lwn.net/Articles/650779/|Per network namespace netfilter chains]] (lwn.net 2015-07-10)
 +  * [[http://lwn.net/Articles/657568/|Initial support for user namespace owned mounts]] (lwn.net 2015-09-16) v3
 +  * [[http://lwn.net/Articles/674510/|Namespaceify more of the tcp sysctl knobs]] (2016-02-03)
 +  * [[http://lwn.net/Articles/688382/|user-namespaced file capabilities - now with more magic]] (2016-05-18)
 +  * [[https://lwn.net/ml/linux-kernel/cover.1610722473.git.gladkov.alexey@gmail.com/|[RFC PATCH v3 0/8] Count rlimits in each user namespace]] (2021-01-20)
  • linux/kernel/namespace/namespace.1415292977.txt.gz
  • 最終更新: 2014/11/06 16:56
  • by tenforward