From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: oskar.andero@sonymobile.com
Cc: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-usb@vger.kernel.org" <linux-usb@vger.kernel.org>,
Felipe Balbi <balbi@ti.com>,
"Bengtsson, Truls" <Truls.Bengtsson@sonymobile.com>,
"Lekanovic, Radovan" <Radovan.Lekanovic@sonymobile.com>
Subject: Re: [RFC PATCH 1/1] usb: f_rndis: Avoid to use ERROR macro if cdev can be null
Date: Mon, 18 Mar 2013 08:18:57 -0700 [thread overview]
Message-ID: <20130318151857.GB3249@kroah.com> (raw)
In-Reply-To: <20130318082807.GA22001@caracas.corpusers.net>
On Mon, Mar 18, 2013 at 09:28:07AM +0100, oskar.andero@sonymobile.com wrote:
> On 21:16 Fri 08 Mar , Greg Kroah-Hartman wrote:
> > On Fri, Mar 08, 2013 at 11:56:26PM +0400, Sergei Shtylyov wrote:
> > > Hello.
> > >
> > > On 08-03-2013 16:53, oskar.andero@sonymobile.com wrote:
> > >
> > > >From: Truls Bengtsson <truls.bengtsson@sonymobile.com>
> > >
> > > >The udc_irq service runs the isr_tr_complete_handler which in turn
> > > >"nukes" the endpoints, including a call to rndis_response_complete,
> > > >if appropriate. If the rndis_msg_parser fails here, an error will
> > > >be printed using a dev_err call (through the ERROR() macro).
> > >
> > > >However, if the usb cable was just disconnected the device (cdev)
> > > >might not be available and will be null. Since the dev_err macro will
> > > >dereference the cdev pointer we get a null pointer exception.
> > >
> > > >Reviewed-by: Radovan Lekanovic <radovan.lekanovic@sonymobile.com>
> > > >Signed-off-by: Truls Bengtsson <truls.bengtsson@sonymobile.com>
> > > >Signed-off-by: Oskar Andero <oskar.andero@sonymobile.com>
> > > >---
> > > > drivers/usb/gadget/f_rndis.c | 4 ++--
> > > > 1 files changed, 2 insertions(+), 2 deletions(-)
> > >
> > > >diff --git a/drivers/usb/gadget/f_rndis.c b/drivers/usb/gadget/f_rndis.c
> > > >index 71beeb8..41b5ebd 100644
> > > >--- a/drivers/usb/gadget/f_rndis.c
> > > >+++ b/drivers/usb/gadget/f_rndis.c
> > > >@@ -6,6 +6,7 @@
> > > > * Copyright (C) 2008 Nokia Corporation
> > > > * Copyright (C) 2009 Samsung Electronics
> > > > * Author: Michal Nazarewicz (mina86@mina86.com)
> > > >+ * Copyright (C) 2013 Sony Mobile Communications AB.
> > >
> > > Your change seems too insignificant to add a copyright.
> >
> > You are right, it legally is. Truls, please consult your company's
> > lawyers if you have questions about this, you can not assert copyright
> > over a file for a 2 line change, that's not allowed at all in any
> > jurisdiction I know of.
> >
> > Because of that, I can not accept this change, sorry.
>
> Thanks for your input guys and I totally agree with you! However, I was
> expecting more comments on the cover-letter, or should I take it that this
> solution is acceptable?
I don't remember, please resend the series after fixing the issues
pointed out.
greg k-h
prev parent reply other threads:[~2013-03-18 15:17 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-08 12:53 [RFC PATCH 0/1] " oskar.andero
2013-03-08 12:53 ` [RFC PATCH 1/1] " oskar.andero
2013-03-08 19:56 ` Sergei Shtylyov
2013-03-08 20:16 ` Greg Kroah-Hartman
2013-03-18 8:28 ` oskar.andero
2013-03-18 15:18 ` Greg Kroah-Hartman [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=20130318151857.GB3249@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=Radovan.Lekanovic@sonymobile.com \
--cc=Truls.Bengtsson@sonymobile.com \
--cc=balbi@ti.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=oskar.andero@sonymobile.com \
--cc=sergei.shtylyov@cogentembedded.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®