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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 26 Sep 2014 15:23:30 +0200
From:	Peter Zijlstra <peterz@...radead.org>
To:	Sergey Oboguev <oboguev.public@...il.com>
Cc:	linux-kernel@...r.kernel.org, mingo@...hat.com
Subject: Re: [PATCH 1/2] sched: deferred set priority (dprio) -- rebased for
 the tip

On Thu, Sep 25, 2014 at 12:26:04PM -0700, Sergey Oboguev wrote:
> This is a replica of "[PATCH 1/2] dprio" (posted yesterday for 3.16.3)
> rebased now for the current tip (3.17.0-rc6).
> 
> Signed-off-by: Sergey Oboguev <oboguev@...oo.com>
> 
> ---
>  Documentation/sysctl/kernel.txt |  14 +
>  fs/exec.c                       |   8 +
>  include/linux/dprio.h           | 129 +++++++++
>  include/linux/init_task.h       |  17 ++
>  include/linux/sched.h           |  19 ++
>  include/uapi/linux/Kbuild       |   1 +
>  include/uapi/linux/capability.h |   5 +-
>  include/uapi/linux/dprio_api.h  | 137 +++++++++
>  include/uapi/linux/prctl.h      |   2 +
>  init/Kconfig                    |   2 +
>  kernel/Kconfig.dprio            |  68 +++++
>  kernel/exit.c                   |   6 +
>  kernel/fork.c                   |  88 +++++-
>  kernel/sched/Makefile           |   1 +
>  kernel/sched/core.c             | 195 ++++++++++++-
>  kernel/sched/dprio.c            | 617 ++++++++++++++++++++++++++++++++++++++++
>  kernel/sys.c                    |   6 +
>  kernel/sysctl.c                 |  12 +
>  18 files changed, 1315 insertions(+), 12 deletions(-)

2 lines of changelog for a ~1300 line patch, you must be kidding, right?

What problem is it solving and why do I care?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ