cifsd-team / ksmbd

ksmbd kernel server(SMB/CIFS server)
154 stars 23 forks source link

Please enable some debug kernel options to do test #603

Open ptpt52 opened 10 months ago

ptpt52 commented 10 months ago

Enabling these kernel options can facilitate the detection of certain issues:

SOFTLOCKUP_DETECTOR=y
HARDLOCKUP_DETECTOR=y
DETECT_HUNG_TASK=y
WQ_WATCHDOG=y
DEBUG_ATOMIC_SLEEP=y
ptpt52 commented 10 months ago

@namjaejeon ping

namjaejeon commented 10 months ago

What is the issue ? This is not false alarm ?

namjaejeon commented 10 months ago

@ptpt52 I will run tests after enabling them.