[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20120508230211.GA14839@kroah.com>
Date: Tue, 8 May 2012 16:02:12 -0700
From: Greg Kroah-Hartmann <gregkh@...uxfoundation.org>
To: Hannes Reinecke <hare@...e.de>
Cc: Linux Kernel <linux-kernel@...r.kernel.org>,
Kay Sievers <kay.sievers@...y.org>,
Stable Kernel <stable@...nel.org>
Subject: Re: [PATCH] driver core: check start node in klist_iter_init_node
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....
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists