linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/8] powerpc/fsl: Speculation barrier for NXP PowerPC Book3E
@ 2018-07-27 23:06 Michael Ellerman
  2018-07-27 23:06 ` [PATCH v5 1/8] powerpc/64: Disable the speculation barrier from the command line Michael Ellerman
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Michael Ellerman @ 2018-07-27 23:06 UTC (permalink / raw)
  To: linuxppc-dev, diana.craciun; +Cc: oss, leoyang.li, bharat.bhushan

Implement barrier_nospec for NXP PowerPC Book3E processors.

Hi Diana,

This series interacts with another series of mine, so I wanted to rework it
slightly. Let me know if this looks OK to you.

cheers

Diana Craciun (6):
  powerpc/64: Disable the speculation barrier from the command line
  powerpc/64: Make stf barrier PPC_BOOK3S_64 specific.
  powerpc/64: Make meltdown reporting Book3S 64 specific
  powerpc/fsl: Add barrier_nospec implementation for NXP PowerPC Book3E
  powerpc/fsl: Sanitize the syscall table for NXP PowerPC 32 bit
    platforms
  Documentation: Add nospectre_v1 parameter

Michael Ellerman (2):
  powerpc/64: Add CONFIG_PPC_BARRIER_NOSPEC
  powerpc/64: Call setup_barrier_nospec() from setup_arch()

 Documentation/admin-guide/kernel-parameters.txt |  4 +++
 arch/powerpc/Kconfig                            |  7 ++++-
 arch/powerpc/include/asm/barrier.h              | 12 ++++++---
 arch/powerpc/include/asm/setup.h                |  6 ++++-
 arch/powerpc/kernel/Makefile                    |  3 ++-
 arch/powerpc/kernel/entry_32.S                  | 10 +++++++
 arch/powerpc/kernel/module.c                    |  4 ++-
 arch/powerpc/kernel/security.c                  | 17 +++++++++++-
 arch/powerpc/kernel/setup-common.c              |  2 ++
 arch/powerpc/kernel/vmlinux.lds.S               |  4 ++-
 arch/powerpc/lib/feature-fixups.c               | 35 ++++++++++++++++++++++++-
 arch/powerpc/platforms/powernv/setup.c          |  1 -
 arch/powerpc/platforms/pseries/setup.c          |  1 -
 13 files changed, 94 insertions(+), 12 deletions(-)

-- 
2.14.1

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2018-08-08 14:26 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-27 23:06 [PATCH v5 0/8] powerpc/fsl: Speculation barrier for NXP PowerPC Book3E Michael Ellerman
2018-07-27 23:06 ` [PATCH v5 1/8] powerpc/64: Disable the speculation barrier from the command line Michael Ellerman
2018-08-08 14:26   ` [v5, " Michael Ellerman
2018-07-27 23:06 ` [PATCH v5 2/8] powerpc/64: Make stf barrier PPC_BOOK3S_64 specific Michael Ellerman
2018-07-27 23:06 ` [PATCH v5 3/8] powerpc/64: Add CONFIG_PPC_BARRIER_NOSPEC Michael Ellerman
2018-07-27 23:06 ` [PATCH v5 4/8] powerpc/64: Call setup_barrier_nospec() from setup_arch() Michael Ellerman
2018-07-27 23:06 ` [PATCH v5 5/8] powerpc/64: Make meltdown reporting Book3S 64 specific Michael Ellerman
2018-07-27 23:06 ` [PATCH v5 6/8] powerpc/fsl: Add barrier_nospec implementation for NXP PowerPC Book3E Michael Ellerman
2018-07-27 23:06 ` [PATCH v5 7/8] powerpc/fsl: Sanitize the syscall table for NXP PowerPC 32 bit platforms Michael Ellerman
2018-07-27 23:06 ` [PATCH v5 8/8] Documentation: Add nospectre_v1 parameter Michael Ellerman
2018-08-08 14:26   ` [v5,8/8] " Michael Ellerman
2018-08-06 13:28 ` [PATCH v5 0/8] powerpc/fsl: Speculation barrier for NXP PowerPC Book3E Diana Madalina Craciun
2018-08-08 14:03   ` Michael Ellerman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).