Finding Kernel custom/modded, Zram writeback

Does someone have NUR or know where I could find Kernel that have this flag?
boot.kernelPatches=[{name="zram-track-entry-actime";patch=null;extraConfig="ZRAM_TRACK_ENTRY_ACTIME y";}];

Basically I thinker with Zram writeback and found out
boot.kernelPackages=pkgs-master.linuxPackages_latest;

Are currently deactivate the
❯ zcat /proc/config.gz | grep -E "ZRAM_(MEMORY_TRACKING|TRACK_ENTRY_ACTIME)"
# CONFIG_ZRAM_TRACK_ENTRY_ACTIME is not set
# CONFIG_ZRAM_MEMORY_TRACKING is not set
And compiling them would take time, and my machine would suffer to have them compiled.

Thanks in advance, warm regard Indonesian.

Found them.
chaotic-cx

1 Like