[PATCH] gpiolib: Fix incorrect use of find_next_zero_bit()

Linus Walleij linus.walleij at linaro.org
Mon Oct 1 09:37:07 UTC 2018


On Sat, Sep 29, 2018 at 2:19 PM Janusz Krzysztofik <jmkrzyszt at gmail.com> wrote:

> Commit b17566a6b08b ("gpiolib: Implement fast processing path in
> get/set array"), already fixed to some extent with commit 5d581d7e8cdc
> ("gpiolib: Fix missing updates of bitmap index"), introduced a new mode
> of processing bitmaps where bits applicable for fast bitmap processing
> path are supposed to be skipped while iterating bits which don't apply.
> Unfortunately, find_next_zero_bit() function supposed to skip over
> those fast bits is always called with a 'start' argument equal to an
> index of last zero bit found and returns that index value again an
> again, causing an infinite loop.
>
> Fix it by incrementing the index uncoditionally before
> find_next_zero_bit() is optionally called.
>
> Reported-by: Marek Szyprowski <m.szyprowski at samsung.com>
> Signed-off-by: Janusz Krzysztofik <jmkrzyszt at gmail.com>

Patch applied with Marek's Tested-by.

Thanks to both of you for digging in and fixing this up!
Now we are in good shape for the v4.20 cycle :)

Yours,
Linus Walleij


More information about the devel mailing list