generated from archlinux/template
config: Disable ZSWAP_EXCLUSIVE_LOADS_DEFAULT_ON
There's been a report that it causes crashes:
I've been compiling my own kernels for personal use and noticed that
when reconciling with Arch's 6.5 testing commit, it becomes highly
unstable in my Linode (1GB RAM). I traced it to the new option:
+CONFIG_ZSWAP_EXCLUSIVE_LOADS_DEFAULT_ON=y
My docker containers just crashes with various opcode and/or
segfaults due to it. Just a notice if you're interested. Not really
into filing bug reports unless someone files it in advance and then
I just comment with my tests.
This commit is contained in:
2
config
2
config
@@ -1053,7 +1053,7 @@ CONFIG_ZPOOL=y
|
||||
CONFIG_SWAP=y
|
||||
CONFIG_ZSWAP=y
|
||||
CONFIG_ZSWAP_DEFAULT_ON=y
|
||||
CONFIG_ZSWAP_EXCLUSIVE_LOADS_DEFAULT_ON=y
|
||||
# CONFIG_ZSWAP_EXCLUSIVE_LOADS_DEFAULT_ON is not set
|
||||
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_DEFLATE is not set
|
||||
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZO is not set
|
||||
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_842 is not set
|
||||
|
||||
Reference in New Issue
Block a user