Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1705418

Re: [PATCH v3] [BUGFIX] gpio: reject invalid gpio before getting gpio_desc

From Linus Walleij <linus.walleij@linaro.org>
Newsgroups linux.kernel
Subject Re: [PATCH v3] [BUGFIX] gpio: reject invalid gpio before getting gpio_desc
Date 2017-08-07 14:10 +0200
Message-ID <ubP18-80C-29@gated-at.bofh.it> (permalink)
References <u9TLA-5cd-17@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wed, Aug 2, 2017 at 6:47 AM, Masami Hiramatsu <mhiramat@kernel.org> wrote:

> Check user-given gpio number and reject it before
> calling gpio_to_desc() because gpio_to_desc() is
> for kernel driver and it expects given gpio number
> is valid (means 0 to 511).
> If given number is invalid, gpio_to_desc() calls
> WARN() and dump registers and stack for debug.
> This means user can easily kick WARN() just by
> writing invalid gpio number (e.g. 512) to
> /sys/class/gpio/export.
>
> Fixes: 0e9a5edf5d01 ("gpio: fix deferred probe detection for legacy API")
> Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
> ---
>   Changes in v3:
>    - Remove unneeded empty lines.

Patch applied for fixes.

Yours,
Linus Walleij

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH v3] [BUGFIX] gpio: reject invalid gpio before getting gpio_desc Masami Hiramatsu <mhiramat@kernel.org> - 2017-08-02 06:50 +0200
  Re: [PATCH v3] [BUGFIX] gpio: reject invalid gpio before getting gpio_desc Linus Walleij <linus.walleij@linaro.org> - 2017-08-07 14:10 +0200

csiph-web