From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: David Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org, klassert@mathematik.tu-chemnitz.de,
tedheadster@gmail.com
Subject: Re: [PATCH RFT] 3c59x: fix freeing nonexistent resource on driver unload
Date: Tue, 07 May 2013 00:45:30 +0400 [thread overview]
Message-ID: <5188166A.2050200@cogentembedded.com> (raw)
In-Reply-To: <20130506.122236.49412750367407481.davem@davemloft.net>
On 05/06/2013 08:22 PM, David Miller wrote:
>
>> When unloading the driver that drives an EISA board, a message similar to the
>> following one is displayed:
>>
>> Trying to free nonexistent resource <0000000000013000-000000000001301f>
>>
>> Then an user is unable to reload the driver because the resource it requested in
>> the previous load hasn't been freed. This happens most probably due to a typo in
>> vortex_eisa_remove() which calls release_region() with 'dev->base_addr' instead
>> of 'edev->base_addr'...
>>
>> Reported-by: Matthew Whitehead <tedheadster@gmail.com>
>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> Applied, thanks.
Will you queue this patch for stable?
WBR, Sergei
next prev parent reply other threads:[~2013-05-06 20:45 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-02 21:10 [PATCH RFT] 3c59x: fix freeing nonexistent resource on driver unload Sergei Shtylyov
[not found] ` <CAP8WD_ZYxhjYag3dQSKnbB6JojV=jxZzmn7_kJW_eOzQOWtKTg@mail.gmail.com>
2013-05-04 18:12 ` Sergei Shtylyov
2013-05-04 22:07 ` Sergei Shtylyov
2013-05-06 16:22 ` David Miller
2013-05-06 20:45 ` Sergei Shtylyov [this message]
2013-05-06 20:50 ` David Miller
2013-05-06 21:49 ` Sergei Shtylyov
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=5188166A.2050200@cogentembedded.com \
--to=sergei.shtylyov@cogentembedded.com \
--cc=davem@davemloft.net \
--cc=klassert@mathematik.tu-chemnitz.de \
--cc=netdev@vger.kernel.org \
--cc=tedheadster@gmail.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;
as well as URLs for NNTP newsgroup(s).