commit | 0b89ede629637c03b9a728fb08bfe6ed51de9be7 | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Thu Aug 31 12:30:54 2017 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Thu Aug 31 14:03:21 2017 +0200 |
tree | 416e5863597438095886d763bc315f36aadcc88c | |
parent | 42ff72cf27027fa28dd79acabe01d9196f1480a7 [diff] |
s390/mm: fork vs. 5 level page tabel The mm->context.asce field of a new process is not set up correctly in case of a fork with a 5 level page table. Add the missing case to init_new_context(). Fixes: 1aea9b3f9210 ("s390/mm: implement 5 level pages tables") Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>