linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: marex@denx.de (Marek Vasut)
To: linux-arm-kernel@lists.infradead.org
Subject: [06/10,V2] spi: Add SPI driver for mx233/mx28
Date: Wed, 1 Aug 2012 08:40:47 +0200	[thread overview]
Message-ID: <201208010840.48145.marex@denx.de> (raw)
In-Reply-To: <20120801063326.GA2764@roeck-us.net>

Dear Guenter Roeck,

> On Wed, Aug 01, 2012 at 02:28:40PM +0800, Shawn Guo wrote:
> > On Tue, Jul 31, 2012 at 10:42:28PM -0700, Guenter Roeck wrote:
> > > On Wed, Aug 01, 2012 at 01:58:56PM +0800, Shawn Guo wrote:
> > > > On Tue, Jul 31, 2012 at 10:29:47PM -0700, Guenter Roeck wrote:
> > > > > Anyone up for writing some patches ? If not, I'll do it.
> > > > 
> > > > Go ahead.
> > > 
> > > Ok, will do. It isn't that simple, actually, since at least some of the
> > > drivers also call spi_master_get(), and thus need two calls to
> > > spi_master_put() (or a call to spi_master_put and a call to kfree).
> > 
> > Hmm, are you saying that there must be a spi_master_put call matching
> > spi_alloc_master?  I think we only need to have spi_master_get and
> > spi_master_put matched.
> 
> Yes, I think that may be so. Of course, I may be wrong, but ultimately that
> is what almost all drivers do in the probe error path. Some of the drivers
> do it in the remove path as well, though many don't. I suspect that all
> drivers using spi_alloc_master() which do not call spi_master_put() in the
> remove function may have a memory leak.

CCing Mark.

> Someone who knows the spi infrastructure better than I should have a closer
> look, though. The question is really quite simple: For example, in
> spi-atmel.c, how is the allocated master freed in the _remove function ?
> If it doesn't need the call to spi_master_put(), why do, for example,
> spi-stmp.c or spi-mpc52xx.c call it ?
> 
> On the other side, I must admit I am getting more and more confused after
> looking into the code. For example, the probe function error path in
> spi-mpc52xx.c accesses the master's devdata after the call to
> spi_master_put(). If spi_master_put() frees the memory as we think it
> does, the code would access freed memory. The same happens in the remove
> path. And spi_master_put() is not always called, meaning there is either a
> memory leak or I am completely confused.

I'll poke through the stuff later if you won't get your answers (later == around 
tomorrow)

> Thanks,
> Guenter

Best regards,
Marek Vasut

  reply	other threads:[~2012-08-01  6:40 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-06  6:17 [PATCH 01/10 RESEND] mmc: spi: Move SSP register definitions into separate file Marek Vasut
2012-07-06  6:17 ` [PATCH 02/10 RESEND] mmc: spi: Rename IMX2[38]_MMC to IMX2[38]_SSP Marek Vasut
2012-07-06  6:17 ` [PATCH 03/10 RESEND] mmc: spi: Add necessary bits into mxs-spi.h Marek Vasut
2012-07-06  6:17 ` [PATCH 04/10 RESEND] mmc: spi: Pull out parts shared between MMC and SPI Marek Vasut
2012-07-16  7:57   ` Attila Kinali
2012-07-16 10:59     ` Marek Vasut
2012-07-16 11:32       ` Attila Kinali
2012-07-06  6:17 ` [PATCH 05/10 RESEND] mmc: spi: Pull out the SSP clock configuration function Marek Vasut
2012-07-06  6:17 ` [PATCH 06/10 V2] spi: Add SPI driver for mx233/mx28 Marek Vasut
2012-07-31 20:53   ` [06/10,V2] " Guenter Roeck
2012-08-01  2:31     ` Marek Vasut
2012-08-01  3:34       ` Guenter Roeck
2012-08-01  3:53       ` Shawn Guo
2012-08-01  3:35         ` Guenter Roeck
2012-08-01  4:50           ` Shawn Guo
2012-08-01  5:00             ` Marek Vasut
2012-08-01  5:29               ` Guenter Roeck
2012-08-01  5:46                 ` Shubhrajyoti Datta
2012-08-01  6:36                   ` Guenter Roeck
2012-08-01  6:41                     ` Marek Vasut
2012-08-01  5:58                 ` Shawn Guo
2012-08-01  5:42                   ` Guenter Roeck
2012-08-01  6:28                     ` Shawn Guo
2012-08-01  6:10                       ` Marek Vasut
2012-08-01  6:39                         ` Guenter Roeck
2012-08-01  6:45                           ` Marek Vasut
2012-08-01  6:56                             ` Guenter Roeck
2012-08-01  7:50                               ` Shawn Guo
2012-08-01 14:58                                 ` Guenter Roeck
2012-08-01  7:40                             ` Shawn Guo
2012-08-01  7:38                               ` Lothar Waßmann
2012-08-01  8:20                                 ` Shawn Guo
2012-08-01  7:47                               ` Shawn Guo
2012-08-01  6:33                       ` Guenter Roeck
2012-08-01  6:40                         ` Marek Vasut [this message]
2012-08-01  4:48         ` Marek Vasut
2012-08-01  3:48     ` Shawn Guo
2012-07-06  6:17 ` [PATCH 07/10 RESEND] mmc: spi: Pull out common DMA parts from MXS MMC Marek Vasut
2012-07-06  6:17 ` [PATCH 08/10 V2] spi: Add DMA support into SPI driver Marek Vasut
2012-08-01  6:29   ` Marek Vasut
2012-07-06  6:17 ` [PATCH 09/10] spi: Add SSP/SPI device tree documentation Marek Vasut
2012-07-06  6:17 ` [PATCH 10/10] ARM: mx28: Add SPI pinmux into imx28.dtsi Marek Vasut
2012-07-09 16:53 ` [PATCH 01/10 RESEND] mmc: spi: Move SSP register definitions into separate file Marek Vasut

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=201208010840.48145.marex@denx.de \
    --to=marex@denx.de \
    --cc=linux-arm-kernel@lists.infradead.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).