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


Groups > linux.kernel > #1622840

[PATCH V2 0/3] sched: Minor cleanups

Path csiph.com!feeder.erje.net!2.eu.feeder.erje.net!border1.nntp.ams1.giganews.com!nntp.giganews.com!news.panservice.it!bofh.it!news.nic.it!robomod
From Viresh Kumar <viresh.kumar@linaro.org>
Newsgroups linux.kernel
Subject [PATCH V2 0/3] sched: Minor cleanups
Date Thu, 13 Apr 2017 11:20:02 +0200
Message-ID <tvJ50-Rx-9@gated-at.bofh.it> (permalink)
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=028nUGqboXnRZDsrV4DzAXA6KW8rKxOfE0D38USXJr8=; b=C0WGpGqZqe2ZTI9uSkuaYffMrlx5Q/YeOmq0MgEtIGMeBIJOQ7+ugIblSQ8bbojmoz ESf32psY52+JFI0yHxTYHC4pddU2vYhQtZCJb7b875rLJ39nOm1j/aidvcqLmo3z2aI9 v/WKhsKeMGUkcS9l7c/HcJTmmdJ2dEWScmhUg=
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=028nUGqboXnRZDsrV4DzAXA6KW8rKxOfE0D38USXJr8=; b=eIupPgWxfILrrhPu1LSuepmXbONJ+J75PuA+JHskpuJOAkIN36Fhua/0UvX+NjZUzB S3vO8QyvtM1GZFKpLbeoMdj+SwJO31wKaE2b8r8Ull1/fir+TRwBhkNLbUwBJLDGBzmU JqvZIBw62MB2uET4bBlN2qSbABR7XwE8e0lHeHmWAjCB0IIdZtPh2beif6kT7OsoDfVx /OSqL90eg3bzQra/Nblx3XuJ2RcCDDv2zFx9YK46atGB+DM2jGOLDezr5XjkruaGKl5V /aPh3U2gi+Vy9DrBwZgn35nd20DpXEBw1/dS66zdJyKPpqUjeNKMaCBvbjAqb59fp3zC CQjA==
X-Gm-Message-State AN3rC/4tB05X71FqNM83qtrGNH2tnmuJLBsc+v9teW2tKS8NWGRHsCyo DAtOmtYeTFlJ5ATb
X-Received by 10.84.248.74 with SMTP id e10mr2944097pln.76.1492075009232; Thu, 13 Apr 2017 02:16:49 -0700 (PDT)
X-Mailer git-send-email 2.12.0.432.g71c3a4f4ba37
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 23
Organization linux.* mail to news gateway
X-Original-Cc linaro-kernel@lists.linaro.org, linux-kernel@vger.kernel.org, Vincent Guittot <vincent.guittot@linaro.org>, Viresh Kumar <viresh.kumar@linaro.org>
X-Original-Date Thu, 13 Apr 2017 14:45:47 +0530
X-Original-Message-ID <cover.1492065513.git.viresh.kumar@linaro.org>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1622840

Show key headers only | View raw


Hi,

Avoid reinitializing memory which is already set to zero.

V1->V2:
- Don't remove field initializers from 2nd and 3rd patch.
- Drop 4th patch (sched: core: drop useless expression from sched_init()).

--
viresh

Viresh Kumar (3):
  sched: topology: drop memset() from init_rootdomain()
  sched: cpudeadline: don't re-initialize struct cpudl
  sched: cpupri: don't re-initialize struct cpupri

 kernel/sched/cpudeadline.c | 1 -
 kernel/sched/cpupri.c      | 2 --
 kernel/sched/topology.c    | 4 +---
 3 files changed, 1 insertion(+), 6 deletions(-)

-- 
2.12.0.432.g71c3a4f4ba37

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


Thread

[PATCH V2 0/3] sched: Minor cleanups Viresh Kumar <viresh.kumar@linaro.org> - 2017-04-13 11:20 +0200
  [PATCH V2 1/3] sched: topology: drop memset() from init_rootdomain() Viresh Kumar <viresh.kumar@linaro.org> - 2017-04-13 11:20 +0200
  [PATCH V2 2/3] sched: cpudeadline: don't re-initialize struct cpudl Viresh Kumar <viresh.kumar@linaro.org> - 2017-04-13 11:20 +0200

csiph-web