All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: stable@vger.kernel.org
Subject: Re: [PATCH for 4.4, 4.9, 4.14, 4.19] uio: make symbol 'uio_class_registered' static
Date: Tue, 24 Dec 2019 09:16:03 +0900	[thread overview]
Message-ID: <20191224001603.pckj4oszyno4kfij@toshiba.co.jp> (raw)
In-Reply-To: <20191224000906.GB282927@kroah.com>

On Mon, Dec 23, 2019 at 07:09:06PM -0500, Greg KH wrote:
> On Tue, Dec 24, 2019 at 08:52:10AM +0900, Nobuhiro Iwamatsu wrote:
> > From: Wei Yongjun <weiyongjun1@huawei.com>
> > 
> > commit 6011002c1584d29c317e0895b9667d57f254537a upstream.
> > 
> > Fixes the following sparse warning:
> > 
> > drivers/uio/uio.c:277:6: warning:
> >  symbol 'uio_class_registered' was not declared. Should it be static?
> > 
> > Fixes: ae61cf5b9913 ("uio: ensure class is registered before devices")
> > Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
> > Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> > Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
> > ---
> >  drivers/uio/uio.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Why is this a valid patch for the stable trees?
> 
> Please read:
>     https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html
> 
> for the rules.

Sorry, my bad.

Nobuhiro

      reply	other threads:[~2019-12-24  0:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-23 23:52 [PATCH for 4.4, 4.9, 4.14, 4.19] uio: make symbol 'uio_class_registered' static Nobuhiro Iwamatsu
2019-12-24  0:09 ` Greg KH
2019-12-24  0:16   ` Nobuhiro Iwamatsu [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191224001603.pckj4oszyno4kfij@toshiba.co.jp \
    --to=nobuhiro1.iwamatsu@toshiba.co.jp \
    --cc=gregkh@linuxfoundation.org \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.