[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210412101421.609526370@infradead.org>
Date: Mon, 12 Apr 2021 12:14:21 +0200
From: Peter Zijlstra <peterz@...radead.org>
To: mingo@...nel.org, mgorman@...e.de, juri.lelli@...hat.com,
vincent.guittot@...aro.org, dietmar.eggemann@....com,
rostedt@...dmis.org, bsegall@...gle.com, bristot@...hat.com,
joshdon@...gle.com, valentin.schneider@....com
Cc: linux-kernel@...r.kernel.org, peterz@...radead.org, greg@...ah.com,
linux@...musvillemoes.dk
Subject: [PATCH v2 0/9] sched: Clean up SCHED_DEBUG
We currently have sysctl, procfs and debugfs SCHED_DEBUG interfaces, end the
insanity and move (most) everything to debugfs.
And since this is a nice moment to have people re-evaluate their 'tunings' also
change how some of the values work.
v2:
- picked up tags
- latestest version of that debugfs_create_str() thing
(no extra \0, no export, no write) (rasmus)
- re-added missing __cpumask_clear_cpu() (valsch)
- use min() for BASE_SLICE (vingu)
Powered by blists - more mailing lists