On Sat, Feb 05, 2022 at 01:00:04PM +0100, Florian Westphal wrote: > For updating eache missed value we can use cmpxchg. > This also avoids need to disable BH. > > kernel robot reported build failure on v1 because not all arches support > cmpxchg for u16, so extend this to u32. > > This doesn't increase struct size, existing padding is used. Applied, thanks