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]
Message-ID: <20200128172826.GA83630@gmail.com>
Date:   Tue, 28 Jan 2020 18:28:26 +0100
From:   Ingo Molnar <mingo@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org, Borislav Petkov <bp@...en8.de>,
        Thomas Gleixner <tglx@...utronix.de>,
        Peter Zijlstra <a.p.zijlstra@...llo.nl>,
        Andrew Morton <akpm@...ux-foundation.org>
Subject: [GIT PULL] x86/cache changes for v5.6

Linus,

Please pull the latest x86-cache-for-linus git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-cache-for-linus

   # HEAD: e79f15a4598c1f3f3f7f3319ca308c63c91fdaf2 x86/resctrl: Add task resctrl information display

The main change in this tree is the extension of the resctrl procfs ABI 
with a new file that helps tooling to navigate from tasks back to resctrl 
groups: /proc/{pid}/cpu_resctrl_groups.

Also fix static key usage for certain feature combinations and simplify 
the task exit resctrl case.

  out-of-topic modifications in x86-cache-for-linus:
  ----------------------------------------------------
  fs/proc/Kconfig                    # e79f15a4598c: x86/resctrl: Add task resctr
  fs/proc/base.c                     # e79f15a4598c: x86/resctrl: Add task resctr
  include/linux/resctrl.h            # e79f15a4598c: x86/resctrl: Add task resctr

 Thanks,

	Ingo

------------------>
Chen Yu (1):
      x86/resctrl: Add task resctrl information display

Xiaochen Shen (2):
      x86/resctrl: Do not reconfigure exiting tasks
      x86/resctrl: Check monitoring static key in the MBM overflow handler


 arch/x86/Kconfig                       |  1 +
 arch/x86/kernel/cpu/resctrl/internal.h |  1 +
 arch/x86/kernel/cpu/resctrl/monitor.c  |  4 +-
 arch/x86/kernel/cpu/resctrl/rdtgroup.c | 90 ++++++++++++++++++++++++++++++++++
 fs/proc/Kconfig                        |  4 ++
 fs/proc/base.c                         |  7 +++
 include/linux/resctrl.h                | 14 ++++++
 7 files changed, 119 insertions(+), 2 deletions(-)
 create mode 100644 include/linux/resctrl.h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ