enter image description hereI’ve been working on customizing the Linux kernel, specifically in the networking stack. I modified the tcp_sendmsg_locked function to include a mod_timer call, aiming to delay the tcp_push. However, after making these changes, I’m encountering a kernel panic when running netperf to measure throughput.
Can you explain what these error codes mean?
New contributor
정세종 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.