summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/failed-syscalls-by-pid.py
diff options
context:
space:
mode:
authorStephan Gerhold <stephan.gerhold@kernkonzept.com>2022-07-18 16:03:40 +0200
committerBjorn Andersson <andersson@kernel.org>2022-10-17 22:01:05 -0500
commitff02ac621634e82c0c34d02a79d402ae700cdfd0 (patch)
tree44fdecfb075a5ac513d41f293cfe0eb76ed24963 /tools/perf/scripts/python/failed-syscalls-by-pid.py
parentc24c9d53e001a38ac1637674304987ab061a38eb (diff)
downloadkernel-ff02ac621634e82c0c34d02a79d402ae700cdfd0.tar.gz
arm64: dts: qcom: msm8916: Drop MSS fallback compatible
MSM8916 was originally using the "qcom,q6v5-pil" compatible for the MSS remoteproc. Later it was decided to use SoC-specific compatibles instead, so "qcom,msm8916-mss-pil" is now the preferred compatible. Commit 60a05ed059a0 ("arm64: dts: qcom: msm8916: Add MSM8916-specific compatibles to SCM/MSS") updated the MSM8916 device tree to make use of the new compatible but still kept the old "qcom,q6v5-pil" as fallback. This is inconsistent with other SoCs and conflicts with the description in the binding documentation (which says that only one compatible should be present). Also, it has no functional advantage since older kernels could not handle this DT anyway (e.g. "power-domains" in the MSS node is only supported by kernels that also support "qcom,msm8916-mss-pil"). Make this consistent with other SoCs by using only the "qcom,msm8916-mss-pil" compatible. Fixes: 60a05ed059a0 ("arm64: dts: qcom: msm8916: Add MSM8916-specific compatibles to SCM/MSS") Signed-off-by: Stephan Gerhold <stephan.gerhold@kernkonzept.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20220718140344.1831731-2-stephan.gerhold@kernkonzept.com
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions
n>x86, dax, libnvdimm: remove wb_cache_pmem() indirectionDan Williams 2017-06-15dax, pmem: introduce an optional 'flush' dax_operationDan Williams 2017-06-15libnvdimm, pmem: Add sysfs notifications to badblocksToshi Kani 2017-06-15libnvdimm, label: switch to using v1.2 labels by defaultDan Williams 2017-06-15libnvdimm, label: add address abstraction identifiersDan Williams 2017-06-15libnvdimm, label: add v1.2 label checksum supportDan Williams 2017-06-15libnvdimm, label: update 'nlabel' and 'position' handling for local namespacesDan Williams 2017-06-15libnvdimm, label: populate 'isetcookie' for blk-aperture namespacesDan Williams 2017-06-15libnvdimm, label: populate the type_guid property for v1.2 namespacesDan Williams 2017-06-15libnvdimm, label: honor the lba size specified in v1.2 labelsDan Williams 2017-06-15libnvdimm, label: add v1.2 interleave-set-cookie algorithmDan Williams 2017-06-15libnvdimm, label: add v1.2 nvdimm label definitionsDan Williams 2017-06-13Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig 2017-06-09x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass ope...Dan Williams 2017-06-09block: switch bios to blk_status_tChristoph Hellwig 2017-06-05uuid: hoist uuid_is_null() helper from libnvdimmChristoph Hellwig 2017-05-12Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds 2017-05-10libnvdimm, btt: ensure that initializing metadata clears poisonVishal Verma 2017-05-10libnvdimm: add an atomic vs process context flag to rw_bytesVishal Verma 2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko 2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds 2017-05-04Merge branch 'for-4.12/dax' into libnvdimm-for-nextDan Williams 2017-05-04libnvdimm, pfn: fix 'npfns' vs section alignmentDan Williams 2017-05-04libnvdimm: handle locked label storage areasDan Williams 2017-05-04libnvdimm: convert NDD_ flags to use bitops, introduce NDD_LOCKEDDan Williams 2017-05-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds