Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1228107

Re: [PATCHSET] cgroup: use static_keys for subsystem enabled and on_dfl tests

From Tejun Heo <tj@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCHSET] cgroup: use static_keys for subsystem enabled and on_dfl tests
Date 2015-09-18 18:00 +0200
Message-ID <qa6eT-75X-51@gated-at.bofh.it> (permalink)
References <q9aaS-6Rm-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Tue, Sep 15, 2015 at 09:51:21PM -0400, Tejun Heo wrote:
> cgroup_subsys->disabled and cgroup_on_dfl() tests are likely to be
> used in hot paths and seldom change.  The former is set once during
> boot and the latter only when a controller is migrated between the
> default hierarchy and traditional ones.

Applying to cgroup/for-4.4.

Thanks.

-- 
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCHSET] cgroup: use static_keys for subsystem enabled and on_dfl tests Tejun Heo <tj@kernel.org> - 2015-09-16 04:00 +0200
  [PATCH 2/4] cgroup: implement static_key based cgroup_subsys_enabled() and cgroup_subsys_on_dfl() Tejun Heo <tj@kernel.org> - 2015-09-16 04:00 +0200
  [PATCH 1/4] jump_label: make static_key_enabled() work on static_key_true/false types too Tejun Heo <tj@kernel.org> - 2015-09-16 04:00 +0200
    Re: [PATCH 1/4] jump_label: make static_key_enabled() work on  static_key_true/false types too Peter Zijlstra <peterz@infradead.org> - 2015-09-17 11:10 +0200
      Re: [PATCH 1/4] jump_label: make static_key_enabled() work on  static_key_true/false types too Tejun Heo <tj@kernel.org> - 2015-09-17 17:30 +0200
        Re: [PATCH 1/4] jump_label: make static_key_enabled() work on  static_key_true/false types too Peter Zijlstra <peterz@infradead.org> - 2015-09-17 17:50 +0200
  [PATCH 3/4] cgroup: replace cgroup_subsys->disabled tests with cgroup_subsys_enabled() Tejun Heo <tj@kernel.org> - 2015-09-16 04:00 +0200
  Re: [PATCHSET] cgroup: use static_keys for subsystem enabled and  on_dfl tests Zefan Li <lizefan@huawei.com> - 2015-09-18 11:20 +0200
  Re: [PATCHSET] cgroup: use static_keys for subsystem enabled and  on_dfl tests Tejun Heo <tj@kernel.org> - 2015-09-18 18:00 +0200

csiph-web