Don't use page table mapping for compressed pages (#1129) (#1132)

It seems that page table mappings for compressed tables cause issues in
certain situation leading to "zram: Decompression failed!" errors.
Upstream Linux seems to have recognized the problem and a patch to drop
the functionality entirly has been proposed:
https://lore.kernel.org/linux-mm/20201117135632.GA27763@infradead.org/
This commit is contained in:
Stefan Agner 2020-12-28 15:43:21 +01:00
parent b4d587e53b
commit 0e7310e8db
No known key found for this signature in database
GPG Key ID: AE01353D1E44747D

View File

@ -1,2 +1,3 @@
# CONFIG_AUTOFS4_FS is not set
# CONFIG_AUTOFS_FS is not set
# CONFIG_PGTABLE_MAPPING is not set