All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene@kernel.org>
To: kernel-janitors@vger.kernel.org
Subject: Fwd: Re: Re: net: sxgbe: add basic framework for Samsung 10Gb ethernet driver
Date: Tue, 06 Jan 2015 01:29:51 +0000	[thread overview]
Message-ID: <071b01d02950$443411d0$cc9c3570$@kernel.org> (raw)

Hi Dan,

This is Kukjin and Byungho asked to re-send following to you because of e-mail
client problem on his desktop, anyway see below :)

Thanks,
Kukjin

(+ Byungho's personal e-mail account)

Dan Carpenter wrote:
> Whatever happened with this?  Who is maintaining this now that Silva
> isn't around?

Hi Dan and all,

Happy New Year :-)

Yeah, Siva resigned with personal reason and as you know, unfortunately his
name is already removed from maintainer list.

> On Wed, Oct 15, 2014 at 05:15:41PM +0300, Dan Carpenter wrote:
> > Silva's email bounces.
> > 
> > On Wed, Oct 15, 2014 at 04:53:54PM +0300, Dan Carpenter wrote:
> > > Hello Siva Reddy,
> > > 
> > > The patch 1edb9ca69e8a: "net: sxgbe: add basic framework for Samsung
> > > 10Gb ethernet driver" from Mar 25, 2014, leads to the following
> > > static checker warning:
> > > 
> > > drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c:505 init_rx_ring()
> > > warning: passing freed memory 'rx_ring->rx_skbuff'
> > > 
Yeah, the checker is right and it should be fixed. I'm sorry to be in my
carelessness. To be honest I've missed the warning messages...

> > > drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c
> > >    500          return 0;
> > >    501  
> > >    502  err_init_rx_buffers:
> > >    503          while (--desc_index >= 0)
> > >    504                  free_rx_ring(priv->device, rx_ring, desc_index);
> > >                                                    "^^
> > > We free "rx_ring->rx_skbuff" and "rx_ring->rx_skbuff_dma" here so the
> > > next two kfree() calls are double frees.
> > > 
Yes, correct.

> > >    505          kfree(rx_ring->rx_skbuff);
> > >    506  rxbuff_err:
> > >    507          kfree(rx_ring->rx_skbuff_dma);
> > >    508  dmamem_err:
> > >    509          dma_free_coherent(priv->device,
> > >    510                            rx_rsize * sizeof(struct sxgbe_rx_norm_desc),
> > >    511                            rx_ring->dma_rx, rx_ring->dma_rx_phy);
> > >    512  error:
> > >    513          return -ENOMEM;
> > >    514  }

Thanks for your gentle notification and let me fix it soon ;)

Byungho An


             reply	other threads:[~2015-01-06  1:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-06  1:29 Kukjin Kim [this message]
2015-01-06  8:15 ` Fwd: Re: Re: net: sxgbe: add basic framework for Samsung 10Gb ethernet driver Dan Carpenter

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='071b01d02950$443411d0$cc9c3570$@kernel.org' \
    --to=kgene@kernel.org \
    --cc=kernel-janitors@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.