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>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 25 Oct 2017 05:27:14 +0200
From:   Frederic Weisbecker <frederic@...nel.org>
To:     Ingo Molnar <mingo@...nel.org>
Cc:     LKML <linux-kernel@...r.kernel.org>,
        Frederic Weisbecker <frederic@...nel.org>,
        Peter Zijlstra <peterz@...radead.org>,
        Chris Metcalf <cmetcalf@...lanox.com>,
        Thomas Gleixner <tglx@...utronix.de>,
        Luiz Capitulino <lcapitulino@...hat.com>,
        Christoph Lameter <cl@...ux.com>,
        "Paul E . McKenney" <paulmck@...ux.vnet.ibm.com>,
        Mike Galbraith <efault@....de>, Rik van Riel <riel@...hat.com>,
        Wanpeng Li <kernellwp@...il.com>
Subject: [PATCH 0/3] Housekeeping: Rebase last 3 patches against tip:sched/core

This is a resend of the last three patches that had a conflict against
e22cdc3fc:
	("sched/isolcpus: Fix "isolcpus=" boot parameter handling when !CONFIG_CPUMASK_OFFSTACK")

The conflict has been resolved by moving the following check
'cpumask_last(cpu_isolated_mask) >= nr_cpus_id' to the housekeeping code.

Frederic Weisbecker (3):
  housekeeping: Move isolcpus to housekeeping
  housekeeping: Add basic isolcpus flags
  housekeeping: Document isolcpus flags

 Documentation/admin-guide/kernel-parameters.txt | 35 ++++++----
 drivers/base/cpu.c                              | 11 +++-
 include/linux/housekeeping.h                    |  1 +
 include/linux/sched.h                           |  2 -
 kernel/cgroup/cpuset.c                          | 15 ++---
 kernel/housekeeping.c                           | 85 +++++++++++++++++++++----
 kernel/sched/core.c                             | 16 +----
 kernel/sched/topology.c                         | 24 ++-----
 8 files changed, 117 insertions(+), 72 deletions(-)

-- 
2.7.4

Powered by blists - more mailing lists