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>] [day] [month] [year] [list]
Message-ID: <878tcuay7z.fsf@concordia.ellerman.id.au>
Date:   Fri, 19 Jan 2018 22:23:44 +1100
From:   Michael Ellerman <mpe@...erman.id.au>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     benh@...nel.crashing.org, linux-kernel@...r.kernel.org,
        linuxppc-dev@...ts.ozlabs.org, msuchanek@...e.de
Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-4.15-8 tag

Hi Linus,

Please pull some more powerpc fixes for 4.15:

The following changes since commit 6e032b350cd1fdb830f18f8320ef0e13b4e24094:

  powerpc/powernv: Check device-tree for RFI flush settings (2018-01-10 21:27:16 +1100)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-4.15-8

for you to fetch changes up to 1b689a95ce7427075f9ac9fb4aea1af530742b7f:

  powerpc/pseries: include linux/types.h in asm/hvcall.h (2018-01-17 23:30:46 +1100)

----------------------------------------------------------------
powerpc fixes for 4.15 #8

More than we'd like after rc8, but nothing very alarming either, just tying up
loose ends before the release:

Since we changed powernv to use cpufreq_get() from show_cpuinfo(), we see
warnings with PREEMPT enabled. But the preempt_disable() in show_cpuinfo()
doesn't actually prevent CPU hotplug as it suggests, so remove it.

Two updates to the recently merged RFI flush code. Wire up the generic sysfs
file to report the status, and add a debugfs file to allow enabling/disabling it
at runtime.

Two updates to xmon, one to add the RFI flush related fields to the paca dump,
and another to not use hashed pointers in the paca dump.

And one minor fix to add a missing include of linux/types.h in asm/hvcall.h, not
seen to break the build in upstream, but correct anyway.

Thanks to:
  Benjamin Herrenschmidt, Michal Suchanek, Nicholas Piggin.

----------------------------------------------------------------
Benjamin Herrenschmidt (1):
      powerpc: Don't preempt_disable() in show_cpuinfo()

Michael Ellerman (4):
      powerpc/xmon: Add RFI flush related fields to paca dump
      powerpc/xmon: Don't print hashed pointers in paca dump
      powerpc/64s: Wire up cpu_show_meltdown()
      powerpc/64s: Allow control of RFI flush via debugfs

Michal Suchanek (1):
      powerpc/pseries: include linux/types.h in asm/hvcall.h

 arch/powerpc/Kconfig               |  1 +
 arch/powerpc/include/asm/hvcall.h  |  1 +
 arch/powerpc/kernel/setup-common.c | 11 -----------
 arch/powerpc/kernel/setup_64.c     | 38 ++++++++++++++++++++++++++++++++++++++
 arch/powerpc/xmon/xmon.c           | 26 +++++++++++++++-----------
 5 files changed, 55 insertions(+), 22 deletions(-)

Download attachment "signature.asc" of type "application/pgp-signature" (801 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ