Re: [GIT PULL] ARM: SoC fixes
From: Linus Torvalds
Date: Wed Nov 07 2018 - 12:17:49 EST
On Wed, Nov 7, 2018 at 9:10 AM Olof Johansson <olof@xxxxxxxxx> wrote:
>
> ARM: SoC fixes
Pulled.
> I was a bit too trigger happy to enable PREEMPT on multi_v7_defconfig,
> and it ended up regressing at least BeagleBone XM boards.
Odd. Did it hit some "may_sleep()" test in a driver that is hidden by
preempt being off? Otherwise I don't see how/why preempt should fail
in a board-specific manner..
Linus