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-next>] [day] [month] [year] [list]
Date:   Mon, 31 Oct 2016 13:36:25 +0100
From:   Stanislaw Gruszka <sgruszka@...hat.com>
To:     linux-kernel@...r.kernel.org
Cc:     Ingo Molnar <mingo@...hat.com>,
        Peter Zijlstra <peterz@...radead.org>,
        Frederic Weisbecker <fweisbec@...il.com>,
        Paul Mackerras <paulus@...ba.org>,
        Benjamin Herrenschmidt <benh@...nel.crashing.org>,
        Michael Neuling <mikey@...ling.org>,
        linuxppc-dev@...ts.ozlabs.org,
        Martin Schwidefsky <schwidefsky@...ibm.com>,
        Heiko Carstens <heiko.carstens@...ibm.com>,
        linux-s390@...r.kernel.org, Stanislaw Gruszka <sgruszka@...hat.com>
Subject: [PATCH 0/4] cputime: some optimizations and cleanups

Patches remove accounting of utimescaled/stimescaled on architectures
that do not provide those values (scaled cputimes are equal to normal
cputimes) what is every architecture except powerpc and s390.

Patches do not change user visible behaviour.

There is very little documentation how scaled cputimes should be
interpreted and what useful information they provide (at least
I could not find that). Moreover they are exported to user-space
only via not commonly used taskstats and delayacct interfaces (i.e.
interfaces that are not used by standard linux tools AFICT). However
I assume they can not be removed by whole (i.e. replaced by normal
utimes/stimes on powerpc and s390).

Stanislaw Gruszka (4):
  cputime/powerpc: remove cputime_last_delta global variable
  cputime/powerpc: remove cputime_to_scaled()
  cputime/powerpc/s390: make scaled cputime arch specific
  cputime: simplify task_cputime()

 arch/ia64/kernel/time.c               |    4 +-
 arch/powerpc/Kconfig                  |    1 +
 arch/powerpc/include/asm/cputime.h    |   14 ----
 arch/powerpc/kernel/time.c            |    8 +-
 arch/s390/Kconfig                     |    1 +
 arch/s390/kernel/vtime.c              |    9 ++-
 arch/x86/kernel/apm_32.c              |    4 +-
 include/asm-generic/cputime_jiffies.h |    1 -
 include/asm-generic/cputime_nsecs.h   |    1 -
 include/linux/kernel_stat.h           |    4 +-
 include/linux/sched.h                 |   29 +++++---
 kernel/fork.c                         |    2 +
 kernel/sched/cputime.c                |  124 +++++++++------------------------
 kernel/time/posix-cpu-timers.c        |    4 +-
 14 files changed, 73 insertions(+), 133 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ