Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752944Ab2KDXrt (ORCPT ); Sun, 4 Nov 2012 18:47:49 -0500 Received: from ozlabs.org ([203.10.76.45]:38602 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752002Ab2KDXrp convert rfc822-to-8bit (ORCPT ); Sun, 4 Nov 2012 18:47:45 -0500 From: Rusty Russell To: Sjur =?utf-8?Q?Br=C3=A6ndeland?= Cc: "Michael S. Tsirkin" , Amit Shah , Linus Walleij , Masami Hiramatsu , Ohad Ben-Cohen , linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org, sjurbren@gmail.com, Sjur =?utf-8?Q?Br=C3=A6ndeland?= Subject: Re: [PATCHv8 0/3]virtio_console: Add rproc_serial driver In-Reply-To: <1351587113-2566-1-git-send-email-sjur@brendeland.net> References: <1351587113-2566-1-git-send-email-sjur@brendeland.net> User-Agent: Notmuch/0.14 (http://notmuchmail.org) Emacs/23.4.1 (i686-pc-linux-gnu) Date: Mon, 05 Nov 2012 09:11:45 +1030 Message-ID: <877gq1yora.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1001 Lines: 26 Sjur Brændeland writes: > From: Sjur Brændeland > > This patch-set introduces a new virtio type "rproc_serial" for communicating > with remote processors over shared memory. The driver depends on the > the remoteproc framework. As preparation for introducing "rproc_serial" > I've done a refactoring of the transmit buffer handling. > > Changes since v7: > - Rebased to virtio-next branch. > - Removed extra added lines. > - Removed superfluous checks before calling reclaim_dma_bufs(). > - Rusty raised some question regarding garbage collection of the > out-vq, so I moved this into a separate patch. OK, I'm not sure that WARN_ON won't fire, but that's not all that harmful. Applied, Rusty. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/