CruelKernel / samsung-exynos9820

Unified kernel tree for S10 and Note10 devices
https://cruelkernel.org/release/
Other
107 stars 288 forks source link

Some cpu governors crashes system #225

Closed xzrvr closed 1 year ago

xzrvr commented 1 year ago

cpu governor "conservative" and "ondemand" crashes the system. it freezes for like 3 seconds and crashes, and bootloops once (only once), then reverts back to schedutil. performance, userspace, powersave and schedutil is fine. i am on a S10e SM-G970F running stock rom, latest kernel and update.

here is my build config:


          ./cruelbuild config                    \
                       model=${{ matrix.model }} \
                       name="cruel-HVJ5-v5.3_custom"  \
                       toolchain=$TOOLCHAIN      \
                       +magisk=delta             \
                       +nohardening              \
                       +ttl                      \
                       +wireguard                \
                       +cifs                     \
                       +sdfat                    \
                       +ntfs                     \
                       +force_dex_wqhd           \
                       +morosound                \
                       +boeffla_wl_blocker       \
                       +dtb                      \
                       +performance              \
                       +tcp_cubic                \
                       +tcp_westwood             \
                       +io_fiops                 \
                       +io_zen                   \
                       +io_maple                 \
                       +sched_conservative       \
                       +sched_ondemand           \
                       +sched_userspace          \
                       +usb_serial               \
                       +mass_storage             \
                       +300hz                    \
xzrvr commented 1 year ago

172