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


Groups > linux.kernel > #1700716 > unrolled thread

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

Started byLinus Walleij <linus.walleij@linaro.org>
First post2017-08-01 10:10 +0200
Last post2017-08-01 10:40 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH v2] [BUGFIX] gpio: reject invalid gpio before getting gpio_desc Linus Walleij <linus.walleij@linaro.org> - 2017-08-01 10:10 +0200
    Re: [PATCH v2] [BUGFIX] gpio: reject invalid gpio before getting  gpio_desc Masami Hiramatsu <mhiramat@kernel.org> - 2017-08-01 10:40 +0200

#1700716 — Re: [PATCH v2] [BUGFIX] gpio: reject invalid gpio before getting gpio_desc

FromLinus Walleij <linus.walleij@linaro.org>
Date2017-08-01 10:10 +0200
SubjectRe: [PATCH v2] [BUGFIX] gpio: reject invalid gpio before getting gpio_desc
Message-ID<u9ApA-HZ-5@gated-at.bofh.it>
On Mon, Jul 31, 2017 at 3:57 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>
> ---
>   Changes in v2:
>    - Add gpio_to_valid_desc() according to Andy's comment (Thanks!).
>    - Fix patch description.

I hate the old sysfs ABI sigh. Thanks for fixing it anyways!

Should this be tagged for stable?

Waiting for Andy's review before applying.

Yours,
Linus Walleij

[toc] | [next] | [standalone]


#1700751 — Re: [PATCH v2] [BUGFIX] gpio: reject invalid gpio before getting gpio_desc

FromMasami Hiramatsu <mhiramat@kernel.org>
Date2017-08-01 10:40 +0200
SubjectRe: [PATCH v2] [BUGFIX] gpio: reject invalid gpio before getting gpio_desc
Message-ID<u9ASC-TK-13@gated-at.bofh.it>
In reply to#1700716
On Tue, 1 Aug 2017 10:09:09 +0200
Linus Walleij <linus.walleij@linaro.org> wrote:

> On Mon, Jul 31, 2017 at 3:57 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>
> > ---
> >   Changes in v2:
> >    - Add gpio_to_valid_desc() according to Andy's comment (Thanks!).
> >    - Fix patch description.
> 
> I hate the old sysfs ABI sigh. Thanks for fixing it anyways!
> 
> Should this be tagged for stable?

Yes, I think so. Since this has been introduced 3 years ago,
it would be nice to go to older stable trees too.

Thanks,

> 
> Waiting for Andy's review before applying.
> 
> Yours,
> Linus Walleij


-- 
Masami Hiramatsu <mhiramat@kernel.org>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web