From: Greg Kroah-Hartmann <gregkh@linuxfoundation.org>
To: Hannes Reinecke <hare@suse.de>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>,
Kay Sievers <kay.sievers@vrfy.org>,
Stable Kernel <stable@kernel.org>
Subject: Re: [PATCH] driver core: check start node in klist_iter_init_node
Date: Tue, 8 May 2012 16:02:12 -0700 [thread overview]
Message-ID: <20120508230211.GA14839@kroah.com> (raw)
In-Reply-To: <1336458502-34402-1-git-send-email-hare@suse.de>
On Tue, May 08, 2012 at 08:28:22AM +0200, Hannes Reinecke wrote:
> klist_iter_init_node() takes a node as a start argument.
> However, this node might not be valid anymore.
> This patch updates the klist_iter_init_node() and
> dependent functions to return an error if so.
> All calling functions have been audited to check
> for a return code here.
Still breaks the build:
lib/klist.c: In function ‘klist_iter_init_node’:
lib/klist.c:287:9: error: ‘struct klist_node’ has no member named ‘klist’
make[1]: *** [lib/klist.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [lib] Error 2
make: *** Waiting for unfinished jobs....
next prev parent reply other threads:[~2012-05-08 23:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-08 6:28 [PATCH] driver core: check start node in klist_iter_init_node Hannes Reinecke
2012-05-08 23:02 ` Greg Kroah-Hartmann [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-05-08 6:35 Hannes Reinecke
2012-04-16 13:06 Hannes Reinecke
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=20120508230211.GA14839@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=hare@suse.de \
--cc=kay.sievers@vrfy.org \
--cc=linux-kernel@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.