Skip to content
  • Oliver O'Halloran's avatar
    powerpc/eeh: Add a eeh_dev_break debugfs interface · bd6461cc
    Oliver O'Halloran authored
    
    
    Add an interface to debugfs for generating an EEH event on a given device.
    This works by disabling memory accesses to and from the device by setting
    the PCI_COMMAND register (or the VF Memory Space Enable on the parent PF).
    
    This is a somewhat portable alternative to using the platform specific
    error injection mechanisms since those tend to be either hard to use, or
    straight up broken. For pseries the interfaces also requires the use of
    /dev/mem which is probably going to go away in a post-LOCKDOWN world
    (and it's a horrific hack to begin with) so moving to a kernel-provided
    interface makes sense and provides a sane, cross-platform interface for
    userspace so we can write more generic testing scripts.
    
    Signed-off-by: default avatarOliver O'Halloran <oohall@gmail.com>
    Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
    Link: https://lore.kernel.org/r/20190903101605.2890-14-oohall@gmail.com
    bd6461cc