Attention is currently required from: fixeria.
1 comment:
File src/host/trxcon/src/sched_lchan_pdtch.c:
Patch Set #1, Line 110: llist_for_each_entry(msg, &lchan->tx_prims, list) {
this needs to be llist_for_each_entry_safe afaiu?
It would be easier maybe simply using a while (llist_first_entry())
To view, visit change 34523. To unsubscribe, or for help writing mail filters, visit settings.