mbox series

[0/5] seqlock: Cleanups

Message ID 20200729135249.567415950@infradead.org (mailing list archive)
Headers show
Series seqlock: Cleanups | expand

Message

Peter Zijlstra July 29, 2020, 1:52 p.m. UTC
Hi,

These are some minor cleanups that go on top of darwi's seqlock patches:

  https://lkml.kernel.org/r/20200720155530.1173732-1-a.darwish@linutronix.de

It's mostly trimming excessive manual repetition and a few naming niggles.

The series has been exposed to 0-day for a while now, so I'm going to push the
lot out to tip/locking/core.

[ 0day found a Sparse bug in it's _Generic() implementation that has since been
  fixed by Luc ]

---
 seqlock.h |  292 +++++++++++++++++---------------------------------------------
 1 file changed, 84 insertions(+), 208 deletions(-)