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:	Tue, 25 Sep 2012 17:06:01 +0200
From:	Frederic Weisbecker <fweisbec@...il.com>
To:	Thomas Gleixner <tglx@...utronix.de>,
	Ingo Molnar <mingo@...nel.org>
Cc:	LKML <linux-kernel@...r.kernel.org>,
	Frederic Weisbecker <fweisbec@...il.com>,
	Tony Luck <tony.luck@...el.com>,
	Fenghua Yu <fenghua.yu@...el.com>,
	Benjamin Herrenschmidt <benh@...nel.crashing.org>,
	Paul Mackerras <paulus@...ba.org>,
	Martin Schwidefsky <schwidefsky@...ibm.com>,
	Heiko Carstens <heiko.carstens@...ibm.com>,
	Peter Zijlstra <peterz@...radead.org>
Subject: [GIT PULL] cputime: More cleanups v2

Hi Ingo, Thomas,

Seconds take for these cleanups (and more are to come). I haven't got
reviews in two weeks so I'm resending with a pull request.

Changes in v2:

* Fix wrong condition when using is_idle_task() (patch 2/6)
* Remove unnecessary !S390 dependency for finegrained irqtime accounting
option (reported by Russell King)

Please pull from:

git://github.com/fweisbec/linux-dynticks.git
	cputime/cleanups-v2

It is based on tip:sched/core

Thanks.

Frederic Weisbecker (6):
  cputime: Use a proper subsystem naming for vtime related APIs
  vtime: Consolidate system/idle context detection
  ia64: Consolidate user vtime accounting
  ia64: Reuse system and user vtime accounting functions on task switch
  cputime: Gather time/stats accounting config options into a single
    menu
  cputime: Make finegrained irqtime accounting generally available

 arch/Kconfig                    |    6 ++
 arch/ia64/kernel/time.c         |   64 +++++++++---------
 arch/powerpc/kernel/time.c      |   53 ++++++++------
 arch/s390/include/asm/cputime.h |    3 +
 arch/s390/kernel/vtime.c        |    6 +-
 arch/x86/Kconfig                |   12 +---
 include/linux/hardirq.h         |    8 +-
 include/linux/kernel_stat.h     |    6 +-
 include/linux/kvm_host.h        |    4 +-
 init/Kconfig                    |  146 ++++++++++++++++++++++++---------------
 kernel/sched/core.c             |    2 +-
 kernel/sched/cputime.c          |   34 ++++++++-
 kernel/softirq.c                |    6 +-
 13 files changed, 209 insertions(+), 141 deletions(-)

-- 
1.7.5.4

--
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