diff options
author | Oliver O'Halloran <oohall@gmail.com> | 2020-09-23 16:12:20 +1000 |
---|---|---|
committer | Oliver O'Halloran <oohall@gmail.com> | 2020-09-30 10:55:18 +1000 |
commit | 8cbd0de88d162e387f11569eee1bdecef8fad2e3 (patch) | |
tree | cdee6934383084015cadfdc02086be14dc3addb5 /CONTRIBUTING.md | |
parent | 94a64df217947dcdbb8d7956fde0ddcfbc986b7b (diff) | |
download | skiboot-8cbd0de88d162e387f11569eee1bdecef8fad2e3.zip skiboot-8cbd0de88d162e387f11569eee1bdecef8fad2e3.tar.gz skiboot-8cbd0de88d162e387f11569eee1bdecef8fad2e3.tar.bz2 |
opal-prd: Have a worker process handle page offlining
The memory_error() hservice interface expects the memory_error() call to
just accept the offline request and return without actually offlining the
memory. Currently we will attempt to offline the marked pages before
returning to HBRT which can result in an excessively long time spent in the
memory_error() hservice call which blocks HBRT from processing other
errors. Fix this by adding a worker process which performs the page
offlining via the sysfs memory error interfaces.
Reviewed-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Diffstat (limited to 'CONTRIBUTING.md')
0 files changed, 0 insertions, 0 deletions