aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-postgresql-report
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <[email protected]>2016-09-08 13:48:06 +0200
committerKees Cook <[email protected]>2016-09-08 15:00:47 -0700
commitd5a9bf0b38d2ac85c9a693c7fb851f74fd2a2494 (patch)
tree223697a08dc1c7209ed40545bb5561ca4c23c6dc /tools/perf/scripts/python/bin/export-to-postgresql-report
parent4407de74df18ed405cc5998990004c813ccfdbde (diff)
pstore/core: drop cmpxchg based updates
I have here a FPGA behind PCIe which exports SRAM which I use for pstore. Now it seems that the FPGA no longer supports cmpxchg based updates and writes back 0xff…ff and returns the same. This leads to crash during crash rendering pstore useless. Since I doubt that there is much benefit from using cmpxchg() here, I am dropping this atomic access and use the spinlock based version. Cc: Anton Vorontsov <[email protected]> Cc: Colin Cross <[email protected]> Cc: Kees Cook <[email protected]> Cc: Tony Luck <[email protected]> Cc: Rabin Vincent <[email protected]> Tested-by: Rabin Vincent <[email protected]> Signed-off-by: Sebastian Andrzej Siewior <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> [kees: remove "_locked" suffix since it's the only option now] Signed-off-by: Kees Cook <[email protected]> Cc: [email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions