summaryrefslogtreecommitdiff
path: root/tools/arch/score/include
diff options
context:
space:
mode:
authorGeliang Tang <geliangtang@gmail.com>2016-12-20 22:02:18 +0800
committerDavid S. Miller <davem@davemloft.net>2016-12-20 14:22:49 -0500
commita763f78cea845c91b8d91f93dabf70c407635dc5 (patch)
tree9b2d4293e2ba1759a8ec7f272cf3df1783d48700 /tools/arch/score/include
parent7f7cd56c33937c6afa8a3d1f10a804c314e5b308 (diff)
RDS: use rb_entry()
To make the code clearer, use rb_entry() instead of container_of() to deal with rbtree. Signed-off-by: Geliang Tang <geliangtang@gmail.com> Reviewed-by: Leon Romanovsky <leonro@mellanox.com> Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/arch/score/include')
0 files changed, 0 insertions, 0 deletions
ll result in a SIGKILL and also cause the offending pages to be claimed so they are no longer used in future tasks. SIGKILL is used to ensure that the process does not try to coredump and result in an attempt to read the memory again from within kernel space. Although there is a HV call to scrub the memory (mem_scrub), there is no easy way to guarantee that the real memory address(es) are not used by other tasks. Clearing the error with mem_scrub would zero the memory and cause the other processes to proceed with bad data. The handling of other non-resumable errors remain unchanged and will cause a panic. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/util/cs-etm.h')