RE: [PATCH vringh 2/2] caif_virtio: Introduce caif over virtio

2013-02-11 Thread Sjur BRENDELAND
Hi Rusty, From: Rusty Russell [mailto:ru...@rustcorp.com.au] sjur.brandel...@stericsson.com writes: From: Vikram ARV vikram@stericsson.com Add the the Virtio shared memory driver for STE Modems. caif_virtio is implemented utilizing the virtio framework for data transport and is

Re: [PATCH] virtio_console: Use virtio device index to generate port name

2013-02-11 Thread Sjur Brændeland
On Fri, Jan 25, 2013 at 10:20 AM, Amit Shah amit.s...@redhat.com wrote: On (Thu) 17 Jan 2013 [13:23:17], sjur.brandel...@stericsson.com wrote: From: Sjur Brændeland sjur.brandel...@stericsson.com Use virtio device index for creating unique device port names. Current index allocation in

[PATCH] virtio: Add module driver macro for virtio drivers.

2013-02-11 Thread sjur . brandeland
From: Sjur Brændeland sjur.brandel...@stericsson.com Add helper macro for drivers that don't do anything special in module init/exit. Signed-off-by: Sjur Brændeland sjur.brandel...@stericsson.com --- Hi Rusty, Here is the patch for module driver macro. I will update caif_virtio accordingly in

Re: [PATCH 1/1] VSOCK: Introduce VM Sockets

2013-02-11 Thread Gerd Hoffmann
On 02/07/13 01:23, Andy King wrote: +struct vsock_transport_recv_notify_data { + u64 data1; /* Transport-defined. */ + u64 data2; /* Transport-defined. */ + bool notify_on_block; +}; + +struct vsock_transport_send_notify_data { + u64 data1; /* Transport-defined. */ +

Re: [PATCH] virtio_console: Use virtio device index to generate port name

2013-02-11 Thread Amit Shah
On (Mon) 11 Feb 2013 [14:12:52], Sjur Brændeland wrote: On Fri, Jan 25, 2013 at 10:20 AM, Amit Shah amit.s...@redhat.com wrote: On (Thu) 17 Jan 2013 [13:23:17], sjur.brandel...@stericsson.com wrote: From: Sjur Brændeland sjur.brandel...@stericsson.com Use virtio device index for

Re: [PATCH] virtio_console: Use virtio device index to generate port name

2013-02-11 Thread Amit Shah
On (Thu) 17 Jan 2013 [13:23:17], sjur.brandel...@stericsson.com wrote: From: Sjur Brændeland sjur.brandel...@stericsson.com Use virtio device index for creating unique device port names. Current index allocation in virtio is based on a monotonically increasing variable index. A better

CFP: Workshops in CISTI'2013 - 8th Iberian Conference on IST, Lisbon, June 19-22

2013-02-11 Thread Maria Lemos
*** WORKSHOPS in CISTI'2013 8th Iberian Conference on Information Systems and Technologies Lisbon, Portugal, June 19 - 22, 2013

[PATCH linux-next] xen/multicall: xen_mc_callback(): avoid buffer overflow

2013-02-11 Thread Tim Gardner
This buffer overflow was introduced with 91e0c5f3dad47838cb2ecc1865ce789a0b7182b1 (2.6.24). Cc: Konrad Rzeszutek Wilk konrad.w...@oracle.com Cc: Jeremy Fitzhardinge jer...@goop.org Cc: Thomas Gleixner t...@linutronix.de Cc: Ingo Molnar mi...@redhat.com Cc: H. Peter Anvin h...@zytor.com Cc:

Re: [Xen-devel] [PATCH linux-next] xen/multicall: xen_mc_callback(): avoid buffer overflow

2013-02-11 Thread David Vrabel
On 08/02/2013 20:34, Tim Gardner wrote: This buffer overflow was introduced with 91e0c5f3dad47838cb2ecc1865ce789a0b7182b1 (2.6.24). There's no buffer overflow here. xen_mc_flush() resets b-cbidx. David arch/x86/xen/multicalls.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

Re: [PATCH] virtio_console: Use virtio device index to generate port name

2013-02-11 Thread Rusty Russell
Amit Shah amit.s...@redhat.com writes: On (Thu) 17 Jan 2013 [13:23:17], sjur.brandel...@stericsson.com wrote: From: Sjur Brændeland sjur.brandel...@stericsson.com Use virtio device index for creating unique device port names. Current index allocation in virtio is based on a monotonically