summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/netdev-times-record
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2017-10-16 00:13:41 +0530
committerMichael Ellerman <mpe@ellerman.id.au>2017-11-22 12:24:46 +1100
commitf3f1dfd600ff82b18b7ea73d80eb27f476a6aa97 (patch)
tree5ece696e86f5b89c26a3517aebb8ff5a8bf7106d /tools/perf/scripts/python/bin/netdev-times-record
parent62b49c42107efd973edffc75f4f874c5226cd20a (diff)
downloadkernel-f3f1dfd600ff82b18b7ea73d80eb27f476a6aa97.tar.gz
powerpc/perf/imc: Use cpu_to_node() not topology_physical_package_id()
init_imc_pmu() uses topology_physical_package_id() to detect the node id of the processor it is on to get local memory, but that's wrong, and can lead to crashes. Fix it to use cpu_to_node(). Fixes: 885dcd709ba9 ("powerpc/perf: Add nest IMC PMU support") Cc: stable@vger.kernel.org # v4.14+ Reported-By: Rob Lippert <rlippert@google.com> Tested-By: Madhavan Srinivasan <maddy@linux.vnet.ibm.com> Signed-off-by: Madhavan Srinivasan <maddy@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools/perf/scripts/python/bin/netdev-times-record')
0 files changed, 0 insertions, 0 deletions
-02 12:12:31 +0100'>2019-08-02ASoC: Remove dev_err() usage after platform_get_irq()Stephen Boyd 2019-05-21ASoC: fsl_asrc: Unify the supported input and output rateS.j. Wang 2019-05-21Merge branch 'for-5.2' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown 2019-05-16ASoC: fsl_asrc: replace the process_option table with functionS.j. Wang 2019-05-16ASoC: fsl_asrc: Fix the issue about unsupported rateS.j. Wang 2019-03-21ASoC: fsl_asrc: add constraint for the asrc of older versionS.j. Wang 2018-07-24ASoC: fsl_asrc: Switch to SPDX identifierFabio Estevam