Re: [PATCH] powerpc/powernv: Turn on SCSI_AACRAID in powernv_defconfig

2018-02-22 Thread Stewart Smith
Michael Ellerman writes: > Brian King writes: >> On 09/03/2017 06:19 PM, Stewart Smith wrote: >>> Michael Ellerman writes: > 2. On a bare metal machine, if you set ipr.fast_reboot=1 on the skiboot >kernel, then we should also avoid resetting the ipr adapter, so ipr >init on t

Re: [PATCH] PCI/AER: Move pci_uevent_ers() out of pci.h

2018-02-22 Thread Michael Ellerman
Bjorn Helgaas writes: > On Thu, Feb 08, 2018 at 11:20:35PM +1100, Michael Ellerman wrote: >> There's no reason pci_uevent_ers() needs to be inline in pci.h, so >> move it out to a C file. >> >> Given it's used by AER the obvious location would be somewhere in >> drivers/pci/pcie/aer, but because

Re: [PATCH] PCI/AER: Move pci_uevent_ers() out of pci.h

2018-02-22 Thread Michael Ellerman
Bjorn Helgaas writes: > On Thu, Feb 08, 2018 at 09:05:45AM -0600, Bryant G. Ly wrote: >> >> On 2/8/18 6:20 AM, Michael Ellerman wrote: >> >> > There's no reason pci_uevent_ers() needs to be inline in pci.h, so >> > move it out to a C file. >> > >> > Given it's used by AER the obvious location w

Re: [PATCH 00/38] cxlflash: OpenCXL transport support

2018-02-22 Thread Andrew Donnellan
On 23/02/18 09:20, Uma Krishnan wrote: This patch series adds OpenCXL support to the cxlflash driver. With this support, new devices using the OpenCXL transport will be supported by the cxlflash driver along with the existing CXL devices. An effort is made to keep this transport specific function

Re: [PATCH 04/38] cxlflash: Introduce OpenCXL backend

2018-02-22 Thread Andrew Donnellan
On 23/02/18 09:22, Uma Krishnan wrote: Add initial infrastructure to support a new cxlflash transport, OpenCXL. Claim a dependency on OpenCXL (OCXL) and add a new file, ocxl_hw.c, which will host the backend routines that are specific to OpenCXL. Signed-off-by: Uma Krishnan Is it necessary t

Re: powerpc: Revert support for ibm,drc-info devtree property

2018-02-22 Thread Michael Ellerman
On Tue, 2018-02-13 at 20:02:53 UTC, Michael Bringmann wrote: > This reverts commit 02ef6dd8109b581343ebeb1c4c973513682535d6. > > The earlier patch tried to enable support for a new property > "ibm,drc-info" on powerpc systems. > > Unfortunately, some errors in the associated patch set break thing

Re: bpf, powerpc: fix jit for seccomp_data access

2018-02-22 Thread Michael Ellerman
On Tue, 2018-02-20 at 19:49:20 UTC, Mark Lord wrote: > I am using SECCOMP to filter syscalls on a ppc32 platform, > and noticed that the JIT compiler was failing on the BPF > even though the interpreter was working fine. > > The issue was that the compiler was missing one of the instructions > use

Re: powerpc/pseries: Fix duplicate firmware feature for DRC_INFO

2018-02-22 Thread Michael Ellerman
On Wed, 2018-02-21 at 13:05:23 UTC, Michael Ellerman wrote: > We had a mid-air collision between two new firmware features, DRMEM_V2 > and DRC_INFO, and they ended up with the same value. > > No one's actually reported any problems, presumably because the new > firmware that supports both properti

Re: [PATCH v12 1/3] mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled

2018-02-22 Thread kbuild test robot
Hi Ram, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v4.16-rc2 next-20180222] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux

<    1   2