From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fengguang Wu Date: Mon, 22 Oct 2012 09:47:28 +0000 Subject: Re: [remoteproc:for-next 7/12] ERROR: "vring_del_virtqueue" [drivers/remoteproc/remoteproc.ko] undef Message-Id: <20121022094728.GA9875@localhost> List-Id: References: <20121006080758.GB29618@localhost> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Ohad Ben-Cohen Cc: Sjur =?utf-8?Q?Br=C3=A6ndeland?= , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org On Mon, Oct 22, 2012 at 11:34:24AM +0200, Ohad Ben-Cohen wrote: > Hello Fengguang, > > On Sat, Oct 6, 2012 at 11:57 AM, Ohad Ben-Cohen wrote: > > On Sat, Oct 6, 2012 at 10:07 AM, Fengguang Wu wrote: > >> ERROR: "vring_del_virtqueue" [drivers/remoteproc/remoteproc.ko] undefined! > >> ERROR: "register_virtio_device" [drivers/remoteproc/remoteproc.ko] undefined! > >> ERROR: "unregister_virtio_device" [drivers/remoteproc/remoteproc.ko] undefined! > >> ERROR: "vring_new_virtqueue" [drivers/remoteproc/remoteproc.ko] undefined! > >> ERROR: "vring_interrupt" [drivers/remoteproc/remoteproc.ko] undefined! > >> ERROR: "vring_transport_features" [drivers/remoteproc/remoteproc.ko] undefined! > > > > Thanks, Fengguang, I've pushed this patch to fix this: > ... > > + select VIRTIO_RING > > Do you still see these issues with 3.7-rc2 ? > > Rusty eliminated CONFIG_VIRTIO_RING recently, which makes this patch redundant. > > I'm dropping this for now, please tell me if you still see any issue. Ohad, I'm no longer seeing these errors. :) Thanks, Fengguang