On Mon, Nov 6, 2017 at 7:56 PM, Ben Hutchings <ben@xxxxxxxxxxxxxxx> wrote: > On Fri, 2017-05-05 at 21:47 +0200, Arnd Bergmann wrote: >> From: Andre Przywara <andre.przywara@xxxxxxx> >> >> Commit 2427963027aea8d649b69a6956979cc875edfcf3 upstream. >> >> Commit 8053871d0f7f ("smp: Fix smp_call_function_single_async() >> locking") introduced a call to smp_load_acquire() with a u16 argument, > > But the other commit hasn't been backported to 3.16. Should it be? Or > is there some other reason we need this one? The 8053871d0f7f one did not get backported to 3.18. I don't remember what triggered this one for the backport list, but it is quite possible that there was something else that needed 878a84d5a8a1 too. I also don't know where the 2427963027 number comes from, I see it as 878a84d5a8a18a4ab241d40cebb791d6aedf5605 upstream. Arnd