read once write once

  1. Linux Bonding Driver Data Race Fixed with READ_ONCE WRITE_ONCE

    A small, surgical change landed in the Linux kernel this month after syzbot and KCSAN flagged a data‑race in the bonding driver: fields used to track the last‑received timestamps on bond slaves—most notably slave->last_rx and slave->target_last_arp_rx[]—were being read and written locklessly...