Bug 2332388 - ZSTD is disabled for ZRAM
Summary: ZSTD is disabled for ZRAM
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: 41
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Kernel Maintainer List
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-12-14 11:44 UTC by js314592
Modified: 2025-01-04 17:26 UTC (History)
19 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)

Description js314592 2024-12-14 11:44:15 UTC
1. Please describe the problem:

egrep ZSTD config-6.12.4-200.fc41.x86_64 
# CONFIG_ZRAM_BACKEND_ZSTD is not set

2. What is the Version-Release number of the kernel:
6.12.4-200.fc41.x86_64 


Reproducible: Always

Comment 1 anotheruser 2024-12-22 03:44:03 UTC
6.12.* kernels have CONFIG_ZRAM_BACKEND_FORCE_LZO  enabled.

this disables eny other comp algorithm for zram devices.

```
grep CONFIG_ZRAM_BACKEND_FORCE config-6.1*
config-6.12.5-200.fc41.x86_64:CONFIG_ZRAM_BACKEND_FORCE_LZO=y
config-6.12.6-200.fc41.x86_64:CONFIG_ZRAM_BACKEND_FORCE_LZO=y
```

Comment 2 Geraldo Simião 2025-01-04 17:26:12 UTC
It looks like https://bodhi.fedoraproject.org/updates/FEDORA-2025-dbab3ac043 fixed this condition


Note You need to log in before you can comment on or make changes to this bug.