iommu/arm-smmu: Log CBFRSYNRA register on context fault
Vivek Gautam authored

Bits[15:0] in CBFRSYNRA register contain information about
StreamID of the incoming transaction that generated the
fault. Dump CBFRSYNRA register to get this info.
This is specially useful in a distributed SMMU architecture
where multiple masters are connected to the SMMU.
SID information helps to quickly identify the faulting
master device.
Reviewed-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Reviewed-by: default avatarRobin Murphy <robin.murphy@arm.com>
Acked-by: default avatarArd Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: default avatarVivek Gautam <vivek.gautam@codeaurora.org>
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
bc580b56
Name Last commit Last update
Documentation Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
LICENSES LICENSES: Add GCC runtime library exception text
arch Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
block blk-mq: fix sbitmap ws_active for shared tags
certs kexec, KEYS: Make use of platform keyring for signature verify
crypto lib/lzo: separate lzo-rle from lzo
drivers iommu/arm-smmu: Log CBFRSYNRA register on context fault
fs Merge branch 'akpm' (patches from Andrew)
include ACPI/IORT: Check ATS capability in root complex nodes
init init/main: add checks for the return value of memblock_alloc*()
ipc Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
kernel Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
lib Merge tag 'for-linus-20190329' of git://git.kernel.dk/linux-block
mm mm/migrate.c: add missing flush_dcache_page for non-mapped page migrate
net Merge tag 'ceph-for-5.1-rc3' of git://github.com/ceph/ceph-client
samples Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
scripts Merge branch 'akpm' (patches from Andrew)
security LSM: Revive CONFIG_DEFAULT_SECURITY_* for "make oldconfig"
sound Merge tag 'sound-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
tools Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
usr user/Makefile: Fix typo and capitalization in comment section
virt Merge tag 'kvmarm-fixes-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master
.clang-format Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Add hch to .get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.