* Paul E. McKenney <paulmck@xxxxxxxxxxxxxxxxxx> wrote: > Mark Rutland (14): > dm integrity: Kill off ACCESS_ONCE() > EDAC, altera: Kill off ACCESS_ONCE() > firmware/ivc: Kill off ACCESS_ONCE() > fs: dcache: Kill off ACCESS_ONCE() > fs: ncpfs: Kill off ACCESS_ONCE() > media: dvb_ringbuffer: Kill off ACCESS_ONCE() > net: netlink/netfilter: Kill off ACCESS_ONCE() > net/ipv4/tcp_input.c: Kill off ACCESS_ONCE() > net: average: Kill off ACCESS_ONCE() > samples: mic/mpssd/mpssd.c: Kill off ACCESS_ONCE() > selftests/powerpc: Kill off ACCESS_ONCE() > workqueue: Kill off ACCESS_ONCE() > rcutorture: formal: Prepare for ACCESS_ONCE() removal > COCCINELLE: treewide: kill off ACCESS_ONCE() > > Paul E. McKenney (3): > doc: filesystems: Kill off ACCESS_ONCE() > mm: Kill off ACCESS_ONCE() Quick question: are there any ACCESS_ONCE() users left after this? If not then we should add a separate patch that either removes it, or at least adds a build time warning which should trigger with new users. Thanks, Ingo