All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Luca Tettamanti <kronos.it@gmail.com>
Cc: netdev@vger.kernel.org, jcliburn@gmail.com,
	chris.snook@gmail.com, jie.yang@atheros.com,
	atl1-devel@lists.sourceforge.net, stable@kernel.org
Subject: Re: [stable] [PATCH 1/2] atl1: fix resume
Date: Thu, 16 Sep 2010 14:13:18 -0700	[thread overview]
Message-ID: <20100916211318.GA29619@kroah.com> (raw)
In-Reply-To: <1284665387-10289-2-git-send-email-kronos.it@gmail.com>

On Thu, Sep 16, 2010 at 09:29:46PM +0200, Luca Tettamanti wrote:
> adapter->cmb.cmb is initialized when the device is opened and freed when
> it's closed. Accessing it unconditionally during resume results either
> in a crash (NULL pointer dereference, when the interface has not been
> opened yet) or data corruption (when the interface has been used and
> brought down adapter->cmb.cmb points to a deallocated memory area).
> 
> Cc: stable@kernel.org
> ---

You do realize you need to sign-off on a patch you create, right?

thanks,

greg k-h

  parent reply	other threads:[~2010-09-16 21:13 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-11 13:12 [BUG] atl1 causes lockup/reboot on resume from STR Luca Tettamanti
2010-09-11 20:47 ` Jarek Poplawski
2010-09-14 13:59   ` Luca Tettamanti
2010-09-14 14:22 ` Luca Tettamanti
2010-09-16 19:29   ` Luca Tettamanti
2010-09-16 19:29   ` [PATCH 1/2] atl1: fix resume Luca Tettamanti
2010-09-16 20:13     ` Chris Snook
2010-09-16 21:13     ` Greg KH [this message]
2010-09-17  4:47       ` [stable] " David Miller
2010-09-16 19:29   ` [PATCH 2/2] atl1: zero out CMB and SBM in atl1_free_ring_resources Luca Tettamanti
2010-09-16 20:15     ` Chris Snook
     [not found]   ` <1284717403-12913-1-git-send-email-kronos.it@gmail.com>
2010-09-22 19:34     ` [PATCH 1/2] atl1: fix resume Luca Tettamanti
2010-09-22 20:23       ` David Miller
2010-09-22 20:41         ` Luca Tettamanti
2010-09-22 20:53           ` David Miller
2010-09-22 20:42         ` [PATCH 2/2] atl1: zero out CMB and SBM in atl1_free_ring_resources Luca Tettamanti
2010-09-22 20:53           ` David Miller

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=20100916211318.GA29619@kroah.com \
    --to=greg@kroah.com \
    --cc=atl1-devel@lists.sourceforge.net \
    --cc=chris.snook@gmail.com \
    --cc=jcliburn@gmail.com \
    --cc=jie.yang@atheros.com \
    --cc=kronos.it@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=stable@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.