From: "Yavuz, Tuba" <tuba@ece.ufl.edu>
To: David Miller <davem@davemloft.net>
Cc: "netdev@vger.kernel.org" <netdev@vger.kernel.org>
Subject: Re: [PATCH] : net : hso : do not call unregister_netdev if not registered
Date: Wed, 30 Jan 2019 23:50:44 +0000 [thread overview]
Message-ID: <1548892244654.57194@ece.ufl.edu> (raw)
In-Reply-To: <20190130.135803.1455746285854639679.davem@davemloft.net>
Hi David,
I'll fix the spaces in the subject.
When I checked my patch it only had a p0 patch warning but I am not sure how to fix it.
WARNING: patch prefix 'drivers' exists, appears to be a -p0 patch
total: 0 errors, 1 warnings, 0 checks, 8 lines checked
drivers/net/usb/hso.patch has style problems, please review.
So, please advise.
Best,
Tuba Yavuz, Ph.D.
Assistant Professor
Electrical and Computer Engineering Department
University of Florida
Gainesville, FL 32611
Webpage: http://www.tuba.ece.ufl.edu/
Email: tuba@ece.ufl.edu
Phone: (352) 846 0202
________________________________________
From: David Miller <davem@davemloft.net>
Sent: Wednesday, January 30, 2019 4:58 PM
To: Yavuz, Tuba
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH] : net : hso : do not call unregister_netdev if not registered
From: "Yavuz, Tuba" <tuba@ece.ufl.edu>
Date: Mon, 28 Jan 2019 16:28:38 +0000
> On an error path inside the hso_create_net_device function of the hso
> driver, hso_free_net_device gets called. This causes potentially a
> negative reference count in the net device if register_netdev has not
> been called yet as hso_free_net_device calls unregister_netdev
> regardless. I think the driver should distinguish these cases and call
> unregister_netdev only if register_netdev has been called.
>
> Reported-by: Tuba Yavuz <tuba@ece.ufl.edu>
> Signed-off-by: Tuba Yavuz <tuba@ece.ufl.edu>
This does not apply cleanly to the net tree.
Also, please stop putting those spaces after the subsystem prefixes
in your Subject line. Put the colon character immediately after
each subsystem prefix.
Thank you.
prev parent reply other threads:[~2019-01-30 23:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-28 16:28 [PATCH] : net : hso : do not call unregister_netdev if not registered Yavuz, Tuba
2019-01-30 21:58 ` David Miller
2019-01-30 23:50 ` Yavuz, Tuba [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=1548892244654.57194@ece.ufl.edu \
--to=tuba@ece.ufl.edu \
--cc=davem@davemloft.net \
--cc=netdev@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).