commit | 9372a82892c2caa6bccab9a4081166fa769699f8 | [log] [tgz] |
---|---|---|
author | Peter Oberparleiter <oberpar@linux.ibm.com> | Fri Aug 13 15:05:03 2021 +0200 |
committer | Heiko Carstens <hca@linux.ibm.com> | Wed Aug 25 11:03:35 2021 +0200 |
tree | 24e45b8a2cd353fd888c3c8aed0eaf5f961dfa16 | |
parent | 1204777867e8486a88dbb4793fe256b31ea05eeb [diff] |
s390/debug: fix debug area life cycle Currently allocation and registration of s390dbf debug areas are tied together. As a result, a debug area cannot be unregistered and re-registered while any process has an associated debugfs file open. Fix this by splitting alloc/release from register/unregister. Signed-off-by: Peter Oberparleiter <oberpar@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com>