lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 28 Jan 2013 14:31:05 -0600
From:	Clark Williams <williams@...hat.com>
To:	Ingo Molnar <mingo@...nel.org>
Cc:	Peter Zijlstra <peterz@...radead.org>,
	Thomas Gleixner <tglx@...utronix.de>,
	Ingo Molnar <mingo@...e.hu>,
	Steven Rostedt <rostedt@...dmis.org>,
	LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH 0/2] sched:  move sysctl bits into new header and add a
 SCHED_RR tuning knob

Ingo,

What follows are the changes I submitted earlier as two patches. The
first creates the new file include/linux/sched_sysctl.h and moves all
the existing sysctl scheduler knobs into there. The second creates a
new scheduler tuning knob which allows changes the SCHED_RR timeslice
value. 

These patches are against tip/master.

Clark Williams (2):
  sched: move scheduler sysctl bits into dedicated header file
  sched/rt:  add a tuning knob to allow changing RR timeslice

 include/linux/sched.h        | 102 +----------------------------------
 include/linux/sched_sysctl.h | 126 +++++++++++++++++++++++++++++++++++++++++++
 kernel/sched/core.c          |  18 +++++++
 kernel/sched/rt.c            |   6 ++-
 kernel/sysctl.c              |   8 +++
 5 files changed, 157 insertions(+), 103 deletions(-)
 create mode 100644 include/linux/sched_sysctl.h

-- 
1.7.11.7


Download attachment "signature.asc" of type "application/pgp-signature" (199 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ