Other Parts Discussed in Thread: AM3505
Hi,
I have an AM3505 processor that runs a 4.19.96 kernel. I've disabled as much as debug configuration possible, but now I my regression framework is able to trigger the following kernel panic in two days (200~300 iterations):
[ 318.159324] Kernel panic - not syncing: CRED: put_cred_rcu() sees d92cf5d8 with usage –1
[ 318.159324]
[ 318.168998] ---[ end Kernel panic - not syncing: CRED: put_cred_rcu() sees d92cf5d8 with usage –1
[ 318.168998] ]---
If I enable CONFIG_DEBUG_CREDENTIALS, then the error does not happen. I'm already over a week of testing (1700 iterations).
I think this happens because adding debug brings latency to the kernel, but I'm wondering if somebody else seen and fixed this behaviour.
With kind regards,
Tim