[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110605.143834.1866501392102519766.davem@davemloft.net>
Date: Sun, 05 Jun 2011 14:38:34 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: ken_kawasaki@...ing.nifty.jp
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH kernel 3.0-rc1] smc91c92_cs: set smc->base to NULL
before iounmap
From: Ken Kawasaki <ken_kawasaki@...ing.nifty.jp>
Date: Sun, 5 Jun 2011 08:20:16 +0900
>
> smc91c92_cs:
> set smc->base to NULL before iounmap
> to avoid writing to smc->base in smc_interrupt.
>
> Signed-off-by: Ken Kawasaki <ken_kawasaki@...ing.nifty.jp>
The device should be completely made quiet and all interrupts
synchronized before unmapping chip registers. Using NULL checks
is merely a workaround for the real problem, even though you take
great pains to assign NULL before the iounmap() call.
Perhaps putting the pcmcia_disable_device() call before the iounmap()
will be sufficient to fix this bug. Or perhaps that, plus a call to
synchronize_irq() or similar.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists